update:更新包版本全部引入antdv

This commit is contained in:
2021-04-16 09:26:55 +08:00
parent 8766d83afa
commit a3ecb5e10b
7 changed files with 15764 additions and 317 deletions

View File

@@ -1,8 +1,9 @@
import { createApp } from "vue";
import Antd from "ant-design-vue";
import App from "./App.vue";
import router from "./router";
import { Form } from "ant-design-vue";
import "ant-design-vue/dist/antd.css";
createApp(App)
.use(router)
.use(Form)
.use(Antd)
.mount("#app");