优化prop组件

This commit is contained in:
xuyanfeng 2021-04-04 19:10:58 +08:00
parent 24bb029f15
commit f4c1278cde

View File

@ -1,9 +1,9 @@
import Vue from "vue"; import Vue from "vue";
import ElementUI from "element-ui" import ElementUI from "element-ui"
import "element-ui/lib/theme-chalk/index.css" import "element-ui/lib/theme-chalk/index.css"
import "./global.less"
import index from "./index.vue"; import index from "./index.vue";
import './register-panel'; import './register-panel';
Vue.use(ElementUI, {size: "mini"}); Vue.use(ElementUI, {size: "mini"});
new Vue({ new Vue({
el: "#app", el: "#app",