修复精简模式演示错误

This commit is contained in:
fan
2021-01-23 15:35:00 +08:00
parent 28a96bd1a7
commit b2065bbd65
6 changed files with 6 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
import Vue from "vue";
import App from "./App.vue";
import LemonIMUI from "../packages";
//import LemonIMUI from "../dist/index.umd.min";
Vue.use(LemonIMUI);
Vue.config.productionTip = false;