diff --git a/index.html b/index.html index 26c5f538..94149ce8 100644 --- a/index.html +++ b/index.html @@ -48,6 +48,8 @@
- + + + diff --git a/public/humans.txt b/public/humans.txt index d5d49e2b..eb564219 100644 --- a/public/humans.txt +++ b/public/humans.txt @@ -1,4 +1,4 @@ /* TEAM */ -Developer: Corentin Thomasset -Site: https://github.com/CorentinTh -Twitter: @cthmsst \ No newline at end of file +Developer: Ne0 +Site: https://github.com/zeeklog +Twitter: @neo2028 diff --git a/src/App.vue b/src/App.vue index 8e65335d..4b3ab337 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,6 +18,10 @@ syncRef( locale, useStorage('locale', locale), ); + +onMounted(() => { + console.log('APP MOUNTED'); +});