1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2025-12-17 07:54:15 +08:00

解决了库所依赖的图片资源问题

This commit is contained in:
Shangbin
2021-04-17 23:39:05 +08:00
parent 29b1b5acb8
commit 58f104799c
6 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ import "element-ui/lib/theme-chalk/index.css";
import AntdUI from "ant-design-vue";
import "ant-design-vue/dist/antd.css";
import Main from "./dist/vcc.common.js";
import Main from "./dist/vcc.umd.min.js";
Vue.use(ElementUI);
Vue.use(AntdUI);