zzx18023
Results
2
comments of
zzx18023
2020-08-17 The problem remains unsolved
babel.config.js ``` module.exports = { presets: ['@vue/app'], plugins: [ [ 'component', { libraryName: 'mint-ui', style: true }, 'mint-ui' ], [ 'component', { libraryName: 'element-ui', styleLibraryName: 'theme-chalk' }, 'element-ui' ] ]...