Skip to content
阮喵喵笔记
Search
K
Main Navigation
学习待办
遭遇的bug
git使用
演示用的demo
css训练
50天50个小项目
Appearance
Menu
Return to top
本页目录
使用 element-plus 没有类型提示
在以下技术栈内:
vue3
typescript
element-plus
使用 element-plus 没有类型提示。
tsconfig.json 内加类型
https://element-plus.org/zh-CN/guide/quickstart.html#完整引入
Cannot find type definition file for 'element-plus/global'
https://juejin.cn/post/7262322846252613693
用 unplugin-auto-import 等工具生成类型并导入
贡献者
ruan-cat
页面历史
最后编辑于 1 分钟前
查看完整历史
d12f4b9
-
🔧 build(notes): 升级依赖。