✨ Posts
This commit is contained in:
7
components/RouterLink.vue
Normal file
7
components/RouterLink.vue
Normal file
@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<nuxt-link v-bind="props" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
const props = defineProps<{ to: string; target: string }>();
|
||||
</script>
|
Reference in New Issue
Block a user