-
Very interesting project, though struggling to get Vue and Typescript working together.
for example renaming `index.js` to `index.ts` and adding this line:
```
import App from './view/App.vue'
`…
-
``` typescript
const count = ref(0);
Ref 자동 타입추론
import { ref, reactive, onMounted } from 'vue'
import fetchCount from './fetchCount' // a mock fetch function
interface AppInfo {
name: s…
-
### Describe the bug
![image](https://github.com/user-attachments/assets/abe91c02-3e0e-4b99-974b-6bae5008bdde)
Component works just fine, I think the button/index.d.ts:179 file is not updated co…
-
One issue I get is when I add `vue` to the `filetypes` table:
```lua
lspconfig.vtsls.setup {
capabilities = capabilities,
filetypes = { "typescript", "javascript", "javascriptreact", "typesc…
-
So it used to that vue language server handles the request `volar/client/findFileReference` to find reference of a SFC vue file.
https://github.com/volarjs/volar.js/blob/ea92d55c03a82bf4515da82384ae…
-
### 🔎 Search Terms
Deferred ScriptKind TSX
Deferred ScriptKind Standard
Vue, eslint, tsx parser error
### 🕗 Version & Regression Information
Currently looking at TypeScript 5.5+ likely affects …
-
### Vue - Official extension or vue-tsc version
2.1.10
### VSCode version
1.95.x
### Vue version
3.4.33
### TypeScript version
5.3.3
### System Info
```shell
I've started w…
-
运行build时会有报错
[Vue] Failed to create plugin TypeError: plugin is not a function …
-
Tenant UI apps (node API and Vue FE) use eslint and right now updating from version 8 to 9 would need some additional configuration tweaks it appears
https://eslint.org/docs/latest/use/migrate-to-9…
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I'm using [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue).
- [X] I'm sure the problem is a parser …