-
### Vue - Official extension or vue-tsc version
vue-tsc@2.0.19
### VSCode version
1.91.1
### Vue version
3.4.31
### TypeScript version
5.4.5
### System Info
```shell
System:
OS: macOS 14.5…
-
### Describe the bug
I have Ollama installed in Windows 11 24H2, default port 11434.
```
ollama list
NAME ID SIZE MODIFIED
opencoder-extra:8b …
-
### Vue version
3.4.37
### Link to minimal reproduction
https://gist.github.com/tiredenzo/959827c17edd71eed099abdb2f03028d
### Steps to reproduce
Description
There appears to be a TypeScript typ…
-
### Vue version
3.5.12
### Link to minimal reproduction
https://github.com/jacobg/vue-project-ts
### Steps to reproduce
Since updating Vue 3.4 to 3.5, I'm seeing build errors like this:…
-
As I've been reviewing #183, trying a change I want to suggest produced a very surprising type for a destructured array member. What surprised me is that I expected it to be `string | undefined`, but …
-
**Describe the bug**
Adding the NuxtHub module to the latest version of Nuxt (3.13.2) gives an error when combined with vue-tsc typechecking. Output error;
```
ERROR
ERROR(vue-tsc) A decla…
-
### Describe the bug
使用electron-vite创建了项目,在工程中添加vue-router路由,无论是electron子窗口或者浏览器中打开我定义的路由的地址,都是App.vue中的内容
package.json
`{
"name": "electron-vite-quickstart",
"version": "1.0.0",
"desc…
-
### Describe the bug
I'm using the new forms API, and I get TypeScript errors when I try to access form field states on the `$form` object.
This code reproduces it. The template is just a copy/p…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Describe the bug
Galleria element's close button are not working as `v-model:visible="boolean"` syntax is outdated in vue 3.
The solution is emitting the `update` property.
```js
v-bind:vi…