arco-design / arco-design-vue

A Vue.js 3 UI Library based on Arco Design
https://arco.design/vue
MIT License
2.73k stars 536 forks source link

使用@arco-plugins/vite-vue没有代码提示 #2945

Open XAllure opened 9 months ago

XAllure commented 9 months ago

Basic Info

Extra info

使用@arco-plugins/vite-vue时,为什么vscode没有代码提示呢?要怎么设置呢?找了一遍没有在网上找到答案

XAllure commented 9 months ago

加了import { vitePluginForArco } from '@arco-plugins/vite-vue'后,import Components from 'unplugin-vue-components/vite'和import { ArcoResolver } from 'unplugin-vue-components/resolvers'就好像没有作用,无法自动导入@arco-design/web-vue的组件。加了vitePluginForArco后,其实不加ArcoResolver,@arco-design/web-vue不用管就可以直接用,但是没有代码提示。而且,vitePluginForArco必须要加{ style: 'css' }才行,不然就会报错

lp516357752 commented 9 months ago

试下把组件声明文件路径放到你项目ts配置文件tsconfig.json的types里面去?

XAllure commented 9 months ago

试下把组件声明文件路径放到你项目ts配置文件tsconfig.json的types里面去?

我一开始就加了 还是没用啊

liziwork commented 8 months ago

解决了吗

XAllure commented 8 months ago

解决了吗

没有

liziwork commented 8 months ago

解决了吗

没有

我解决了,检查下vscode有没有安装Vue - Official的插件,然后看下tsconfig.json的配置,参考下https://cn.vuejs.org/guide/typescript/overview.html

XAllure commented 7 months ago

解决了吗

没有

我解决了,检查下vscode有没有安装Vue - Official的插件,然后看下tsconfig.json的配置,参考下https://cn.vuejs.org/guide/typescript/overview.html

vue-official卡到怀疑人生 看它的issue 说是vscode的node版本问题 不知道什么时候能好