We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb1cb6 commit 8d95557Copy full SHA for 8d95557
1 file changed
pages/index.vue
@@ -16,9 +16,9 @@
16
<br>
17
</template>
18
<template #actions>
19
- <p class="text-[16px] text-blue-400">SVG</p>
20
- <p class="text-[16px] text-blue-400">PNG</p>
21
- <p class="text-[16px] text-blue-400">JPG</p>
+ <a href="#" class="text-[16px] text-blue-400">SVG</a>
+ <a href="#" class="text-[16px] text-blue-400">PNG</a>
+ <a href="#" class="text-[16px] text-blue-400">JPG</a>
22
23
</a-card>
24
</div>
0 commit comments