From 9e81be6be2d4df82804695c1df29bb8d12836c08 Mon Sep 17 00:00:00 2001 From: janko Date: Mon, 1 Apr 2024 22:11:51 +0200 Subject: [PATCH] useLocalePath v setupu --- nuxt/pages/manifest/dodaj.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt/pages/manifest/dodaj.vue b/nuxt/pages/manifest/dodaj.vue index a8834ec..188d06a 100644 --- a/nuxt/pages/manifest/dodaj.vue +++ b/nuxt/pages/manifest/dodaj.vue @@ -3,6 +3,7 @@ const { getRandomUUID } = useCrypto() const { etherFetch } = useEtherpadApi() const { poskrolaj } = useUi() +const localePath = useLocalePath() const route = useRoute()