Element UI version
2.15.12
OS/Browsers version
Windows 11 21H2 WebStorm 2021.3.3 node v16.13.2
Vue version
2.7.14
Reproduction Link
https://gitee.com/huanggefan/issues-attachment/blob/master/elementui-20230130.zip
Steps to reproduce
- vue create anyproject
- npm i element-ui -S
- https://element.eleme.cn/#/zh-CN/component/installation 添加导入代码
- 在 WebStorm 打开项目
- App.vue 写下 默认按钮
What is Expected?
WebStorm 能够正常进行代码提示
What is actually happening?
未知 HTML 标记 el-button
3条答案
按热度按时间6ie5vjzr1#
in: node_modules\element-ui\types\index.d.ts
WebStorm report "TS2300: Duplicate identifier"
zwghvu4y2#
装 2.15.10就好了
#22261
kxxlusnw3#
2.15.14还有这个问题!