-
Hi ,
I am using vue + typescript. Thanks for your PR #484. On my project it didn't work out of the box, I needed to add a typescript definition file in my project (as stated here https://github.com…
Atala updated
1 month ago
-
`vue.hybridMode` is a mode where `LSP-vue` works together with `LSP-typescript` (with Vue Typescript plugin enabled) where each handles different functionality within the vue file.
`vue.hybridMode`…
-
https://www.bryntum.com/forum/viewtopic.php?p=88178#p88178
-
Currently ESLint reports errors with things like:
- importing types
- TypeScript in general ("parsing error, unexpected token)
Just doing some local testing, replacing:
```js
module.exports =…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Vue language snippets do not work in their language files but Typescript ones do.
If you…
-
### Reproduction
// todo
### Describe the bug
## Description:
After upgrading to the latest version of Nuxt, developers are experiencing type-related issues when using Shadcn UI components…
-
### Vue - Official extension or vue-tsc version
^2.0.21
### VSCode version
1.88.1
### Vue version
^3.4.29
### TypeScript version
~5.4.0
### System Info
_No response_
### package.json depende…
-
### Describe the bug
I'm using primevue with typescript. I've got a pretty basic setup for initialising prime vue with the app:
```ts
app.use(PrimeVue, {
theme: {
preset: …
-
### Reproduction
https://stackblitz.com/edit/vitejs-vite-7lz8nd?file=src%2Flib%2Futils.js
### Describe the bug
During the build, I encounter several TypeScript errors, specifically TS2502, TS2550, …
-
**Describe the bug**
In README.md, Recommended IDE Setup's last step is to install TypeScript Vue Plugin (Volar), but Visual Studio Code will not allow the installation because it claims the extensio…