chore: code-editor

This commit is contained in:
xiaojunnuo
2025-04-07 23:52:21 +08:00
parent 2e0c067cd2
commit 9475f2e56c
12 changed files with 551 additions and 98 deletions
+4 -3
View File
@@ -13,6 +13,7 @@ import plugin from "./plugin/";
import { setupVben } from "./vben";
import { util } from "/@/utils";
import { initPreferences } from "/@/vben/preferences";
// import "./components/code-editor/import-works";
// @ts-ignore
async function bootstrap() {
const app = createApp(App);
@@ -33,9 +34,9 @@ async function bootstrap() {
namespace,
overrides: {
app: {
name: import.meta.env.VITE_APP_TITLE
}
}
name: import.meta.env.VITE_APP_TITLE,
},
},
});
app.mount("#app");