配置组件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(key, {
    size: 'small'
  });
});

  

posted @ 2019-08-23 09:15  龙旋风  阅读(2231)  评论(2编辑  收藏  举报