import Vue from 'vue';
import 'element-ui/lib/theme-default/index.css';
import { Button, Input } from 'element-ui';
const Elements = [Button, Input];
Elements.forEach(key => {
Vue.use(key, {
size: 'small'
});
});
import Vue from 'vue';import 'element-ui/lib/theme-default/index.css';import { Button, Input } from 'element-ui';const Elements = [Button, Input];Elements.forEach(key => {Vue.use...
import Vue from 'vue';
import 'element-ui/lib/theme-default/index.css';
import { Button, Input } from 'element-ui';
const Elements = [Button, Input];
Elements.forEach(key => {
Vue.use(key, {
size: 'small'
});
});
转载于:https://www.cnblogs.com/LFxanla/p/11398001.html
更多推荐
所有评论(0)