diff --git a/dashboard/index.html b/dashboard/index.html index 9c4f1e6eb..3565674b6 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -226,7 +226,7 @@
-
+
diff --git a/dashboard/src/index.js b/dashboard/src/index.js index e35575558..f41d4ad4f 100644 --- a/dashboard/src/index.js +++ b/dashboard/src/index.js @@ -16,5 +16,5 @@ import Index from './components/Index.vue'; app.directive('tooltip', tooltip); - app.mount('#vueapp'); + app.mount('#app'); })();