pankow expects root vue element to have id 'app'

This commit is contained in:
Johannes Zellner
2024-12-27 12:12:24 +01:00
parent e51014a5bc
commit 9b3f1c3f9c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,5 +16,5 @@ import Index from './components/Index.vue';
app.directive('tooltip', tooltip);
app.mount('#vueapp');
app.mount('#app');
})();