feat: 代码生成配置

This commit is contained in:
ray
2024-07-15 18:20:59 +08:00
parent ce8149c4ba
commit 077cdf0cad
3 changed files with 44 additions and 32 deletions

View File

@@ -13,6 +13,7 @@ import "animate.css";
import { InstallCodemirro } from "codemirror-editor-vue3";
const app = createApp(App);
// 注册插件
app.use(setupPlugins);
app.use(InstallCodemirro);
app.mount("#app");