jointrashposs/pages/test.vue

13 lines
207 B
Vue

<template>
<div>
<GNuxtLink :to="localePath('/docs///')">Link</GNuxtLink>
</div>
</template>
<script setup lang="ts">
const localePath = useGLocalePath();
</script>
<style scoped>
</style>