diff --git a/frontend/src/main.ts b/frontend/src/main.ts index 6c64be5..a47738a 100644 --- a/frontend/src/main.ts +++ b/frontend/src/main.ts @@ -10,7 +10,8 @@ Vue.config.productionTip = false; Vue.use(ElementUI); new Vue({ + el: "#app", router, store, render: (h) => h(App), -}).$mount("#app"); +});