-
``` typescript
const count = ref(0);
Ref 자동 타입추론
import { ref, reactive, onMounted } from 'vue'
import fetchCount from './fetchCount' // a mock fetch function
interface AppInfo {
name: s…
-
### Vue - Official extension or vue-tsc version
2.1.6
### VSCode version
1.94.2
### Vue version
2.7.16
### TypeScript version
5.2.2
### System Info
_No response_
### pack…
-
### 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…
-
### Checklist
- [X] The issue can be reproduced in the [auth0-vue sample app](https://github.com/auth0-samples/auth0-vue-samples/tree/master/01-Login) (or N/A).
- [X] I have looked into the [Readme](…
-
One issue I get is when I add `vue` to the `filetypes` table:
```lua
lspconfig.vtsls.setup {
capabilities = capabilities,
filetypes = { "typescript", "javascript", "javascriptreact", "typesc…
-
The following structure is publicily available at https://github.com/jellyfin/jellyfin-vue
### Steps to reproduce
1. Click on Code > Create codespace from master (or clone the repository locally)
2. …
-
### Describe the bug
The DatePicker default behaviour is manualnput true, which, if I'm understanding correctly, is supposed to allow typing the date with the keyboard. That is not working. Directl…
-
### Reduced Test Case
https://github.com/fullcalendar/fullcalendar-examples/tree/main/vue3-typescript
### Do you understand that if a reduced test case is not provided, we will intentionally del…
-
### 可复现的链接(包含复现链接与示例代码):
//
### 问题描述与截图:
vxe-table:
specifier: ^4.6.3
version: 4.6.19(vue@3.5.6(typescript@5.6.2))
vxe-table-plugin-export-xlsx:
specifier: ^…
-
### Describe the bug
Should probably show file list with error badges, or at least empty uploaded files list (as a 1 line fix)
This Line should probably be inside success IF branch
https://gith…