vue-cli-plugin-element-plus icon indicating copy to clipboard operation
vue-cli-plugin-element-plus copied to clipboard

default installed babel-plugin-component will conflict with babel-plugin-import when implement on-demands import

Open kid1412621 opened this issue 4 years ago • 1 comments

after set up on-demands import, then type app.use(ElComponent1) and app.use(ElComponent2). when using sass, only ElComponent1 got style.

kid1412621 avatar Jul 20 '21 07:07 kid1412621

I think it should change to babel-plugin-import 'coz this plugin is still maintaining, and keep sync with official doc.

kid1412621 avatar Jul 20 '21 07:07 kid1412621