明梦爽
2021-11-20 0b6676302647ef7ec5e9e582642fa281b455f74c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports = {
  'presets': [
    '@vue/app'
  ],
  'plugins': [
    [
      'component',
      {
        'libraryName': 'element-ui',
        'styleLibraryName': 'theme-chalk'
      }
    ]
  ]
}