!174 feat: 为 naive-ui 组件配置感知、属性提示、自动完成功能

Merge pull request !174 from dodu/dev-commet
This commit is contained in:
奔跑的面条 2023-06-25 01:32:43 +00:00 committed by Gitee
commit c4e65a1a47
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -11,7 +11,7 @@
"esModuleInterop": true,
"skipLibCheck": true,
"lib": ["es6", "ESNext", "dom"],
"types": ["vite/client"],
"types": ["vite/client", "naive-ui/volar"],
"paths": {
"@/*": ["src/*"],
"/#/*": ["types/*"]