5 lines
117 B
Vue
5 lines
117 B
Vue
<script setup lang="ts">
|
|
const localePath = useLocalePath()
|
|
await navigateTo(localePath('/clientarea/ai'))
|
|
</script>
|