Cong
Results
1
comments of
Cong
你应该是用了两种ui框架,同时引入了两个Button组件。 我的解决方案是:建两个文件去分别引入 ui.el.js: import { Button } from 'element-ui'; ui.mint.js: import { Button } from 'mint-ui'; 然后再引入他们 import './ui.el'; import './ui.mint'; 你会发现问题解决了 @g0ne150 @zzx18023 @yoyo837