pankow expects root vue element to have id 'app'
This commit is contained in:
@@ -16,5 +16,5 @@ import Index from './components/Index.vue';
|
||||
|
||||
app.directive('tooltip', tooltip);
|
||||
|
||||
app.mount('#vueapp');
|
||||
app.mount('#app');
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user