2023-09-23 12:07:45 +02:00
|
|
|
<template>
|
|
|
|
<div>
|
|
|
|
<GNuxtLink :to="localePath('/docs///')">Link</GNuxtLink>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script setup lang="ts">
|
2023-12-22 15:53:24 +01:00
|
|
|
const localePath = useGLocalePath();
|
2023-09-23 12:07:45 +02:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<style scoped>
|
|
|
|
|
|
|
|
</style>
|