配置组件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'
  });
});

  

猜你喜欢

转载自www.cnblogs.com/LFxanla/p/11398001.html
今日推荐