-
Hello,
Vuetify provides a really nice integration with IDEs by [generating API docs](https://github.com/vuetifyjs/vuetify/tree/v3.0.0-beta.5/packages/api-generator). Could we imagine to add this fe…
-
### Problem to solve
Currently with volar there are no tags for Vuetify, it seems to be suggested that this is the responsibility of the framework to provide these tags. Or the user to make sure t…
-
# Vue3
## VSCode 插件
Vue - Official 【原 volar】
https://marketplace.visualstudio.com/items?itemName=Vue.volar
禁止使用 vetur,已废弃。
-
### pnpm run dev:h5
![image](https://github.com/user-attachments/assets/e2487d79-c8bd-41e7-b1e7-d130a009b958)
### pnpm run dev:mp-weixin
![image](https://github.com/user-attachments/assets/521faf…
-
Just in case someone want to copy the test and make it work with the latest `volar` etc.
```ts
import editorWorker from "monaco-editor/esm/vs/editor/editor.worker?worker";
import vueWorker from "…
-
### Describe the bug
/cc @zhiyuanzmj
```ts
import { templateRef } from '@vueuse/core'
import Comp from './comp.setup'
const a = templateRef('test')
// ^? Ref
export default
```
…
sxzz updated
3 months ago
-
### Vue - Official extension or vue-tsc version
2.1.10
### VSCode version
none
### Vue version
3.5.13
### TypeScript version
5.7.2
### System Info
```shell
System:
OS: Windows 11 10.0.26…
-
[Volar](https://volarjs.dev/) is used by Vue, Svelte, and Astro to help bridge the gap between Typescript and their own file types. [Volar is currently undergoing a rewrite at the moment](https://gith…
-
由于特殊原因,原议题将被删除,因此创建一个同名议题并将原议题内容转移过来。
----
#62
Vue 3.3 开始支持泛型组件。已尝试在单选框和复选框中使用该功能。然而在 \ 块中正常工作,\ 块中却全部爆红,显示为 prop 类型异常。不清楚是 Volar 插件异常,或是 Nuxt 异常,或者我的打开方式不对?
----
错误提示是什么?
----
##…
-
While the package is called vue-language-server, it is used as volar.
So you configure it via.
```lua
-- e.g.
lspconfig.volar.setup {
filetypes = { "typescript", "javascript", "javascriptreact", …