NuxtLink migration (#262)
Co-authored-by: Forms Dev <chirag+new@notionforms.io>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="my-3 flex justify-center">
|
||||
<router-link :to="{name:'templates'}">
|
||||
<NuxtLink :to="{name:'templates'}">
|
||||
See all templates
|
||||
<svg class="h-4 w-4 inline" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
|
||||
<path fill-rule="evenodd"
|
||||
@@ -20,7 +20,7 @@
|
||||
clip-rule="evenodd"
|
||||
/>
|
||||
</svg>
|
||||
</router-link>
|
||||
</NuxtLink>
|
||||
</div>
|
||||
|
||||
<div v-if="sliderTemplates.length > 0"
|
||||
|
||||
Reference in New Issue
Block a user