build
This commit is contained in:
parent
3ecf24c3ea
commit
cdb1bb30b1
18 changed files with 337 additions and 128 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { createApp } from "vue";
|
||||
import "./style.css";
|
||||
import App from "./App.vue";
|
||||
import router from "./router";
|
||||
|
||||
createApp(App).mount("#custom-ui-app");
|
||||
createApp(App).use(router).mount("#custom-ui-app");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue