mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-22 00:43:50 +01:00
13 lines
207 B
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> |