摘要: 引入 Element 时,可以传入一个全局配置对象。该对象目前支持 size 与 zIndex 字段 Vue.use(ElementUI, { size: 'small', zIndex: 3000 }) import Vue from 'vue' import ElementUI from 'el 阅读全文
posted @ 2020-07-05 00:22 紫诺花开 阅读(4666) 评论(0) 推荐(1)