콘텐츠 커버이미지 다운로드 버튼 추가
This commit is contained in:
parent
93294066bb
commit
60e5551109
|
@ -109,6 +109,13 @@
|
||||||
:src="item.coverImageUrl"
|
:src="item.coverImageUrl"
|
||||||
class="rounded-circle"
|
class="rounded-circle"
|
||||||
/>
|
/>
|
||||||
|
<br>
|
||||||
|
<a
|
||||||
|
:href="item.coverImageUrl"
|
||||||
|
class="v-btn v-btn--outlined"
|
||||||
|
>
|
||||||
|
Download Image
|
||||||
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ item.title }}</td>
|
<td>{{ item.title }}</td>
|
||||||
<td style="max-width: 350px !important; word-break:break-all; height: auto;">
|
<td style="max-width: 350px !important; word-break:break-all; height: auto;">
|
||||||
|
|
Loading…
Reference in New Issue