diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 64a173a..619d199 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -2,7 +2,7 @@ import 'https://kit.fontawesome.com/fb3bbd0a95.js' import { toast } from 'vue3-toastify'; import { ref } from 'vue' - + import i18n from './i18n.js' const test = ref(); async function draw(e) { @@ -10,6 +10,8 @@ test.value = await test.value.json(); toast(test.value['txt']); } + +