Element UI version
2.15.12
OS/Browsers version
Chrome
Vue version
2.7.14
Reproduction Link
https://github.com/ElemeFE/element
Steps to reproduce
- npm install element-ui@2.15.12 安装2.15.12版本
- npm run build 打包
What is Expected?
打包成功
What is actually happening?
打包出现错误:
ERROR in D:/frontend/node_modules/element-ui/types/element-ui.d.ts
688:14 Duplicate identifier 'Backtop'.
686 |
687 | /** Backtop Component /
688 | export class Backtop extends ElBacktop {}
| ^
689 |
690 | /* InfiniteScroll Directive */
691 | export const InfiniteScroll: PluginObject;
看了一下是element-ui.d.ts中出现对模块的重复声明问题
4条答案
按热度按时间e4eetjau1#
同问题
mklgxw1f2#
Same problem
2ul0zpep3#
Same problem
xurqigkl4#
如果对版本没有要求,可以将版本降到2.15.6即可解决。