mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
🔱: [client] sync upgrade with 6 commits [trident-sync]
chore: perf: v-model editable-row示例 chore: mock tip fix: 修复行编辑模式下,render、conditionalRender无效的bug fix: 修复行编辑初始化无效的bug
This commit is contained in:
@@ -5,11 +5,15 @@ import Antd from "ant-design-vue";
|
||||
import "ant-design-vue/dist/antd.less";
|
||||
// import "virtual:windi.css";
|
||||
import "./style/common.less";
|
||||
import "./mock";
|
||||
|
||||
import i18n from "./i18n";
|
||||
import store from "./store";
|
||||
import components from "./components";
|
||||
import plugin from "./plugin/";
|
||||
|
||||
// 正式项目请删除mock,避免影响性能
|
||||
import "./mock";
|
||||
|
||||
// @ts-ignore
|
||||
const app = createApp(App);
|
||||
app.use(Antd);
|
||||
|
||||
Reference in New Issue
Block a user