chore: vtj 依赖更新,微应用集成 postmate
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { createApp } from "vue";
|
||||
import "@sy/web-vitals";
|
||||
import { IconsPlugin } from "@vtj/icons";
|
||||
// import "@sy/low-code-shared/styles/reset.css";
|
||||
|
||||
import App from "./App.vue";
|
||||
import ElementPlus from "element-plus";
|
||||
import "element-plus/dist/index.css";
|
||||
|
||||
createApp(App).use(ElementPlus).mount("#low-code-renderer");
|
||||
createApp(App).use(ElementPlus).use(IconsPlugin).mount("#low-code-renderer");
|
||||
|
||||
Reference in New Issue
Block a user