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
@@ -226,7 +226,7 @@
<div style="display: flex; flex-direction: column; flex-grow: 1; overflow: auto;">
<div ng-view id="ng-view" class="layout-content"></div>
<div id="vueapp"></div>
<div id="app"></div>
</div>
</div>