nuxt-property-decorator + typescript
See original GitHub issue- I have searched through existing issues
- I have read through docs
- I have read FAQ (lol there is no FAQ.md)
- I have tried restarting VS Code or running
Vetur: Restart VLS
Info
- Platform: Win
- Vetur version: latest 😉 (0.31.3)
- VS Code version: latest 😉 (1.52)
Problem
there is no auto-completion / IntelliSense for props and data on custom component using nuxt-property-decorator
and typescript
Reproducible Case
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
nuxt-community/nuxt-property-decorator - GitHub
Nuxt Property Decorator. Handy ES / TypeScript decorators for class-style Vue components in Nuxt (based on Vue class component) and Property decorators for ......
Read more >nuxt-property-decorator - npm
nuxt -property-decorator. TypeScript icon, indicating that this package has built-in type declarations. 2.9.1 • Public • Published 2 years ...
Read more >Top 5 nuxt-property-decorator Code Examples - Snyk
To help you get started, we've selected a few nuxt-property-decorator examples, based on popular ways it is used in public projects.
Read more >Nuxt-property-decorator - npm.io
Handy ES / TypeScript decorators for class-style Vue components in Nuxt (based on Vue class component) and Property decorators for Vue (bases on...
Read more >nuxt-property-decorator examples - CodeSandbox
Learn how to use nuxt-property-decorator by viewing and forking example apps that make use of nuxt-property-decorator on CodeSandbox.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
you’re my savior ^^ if anyone get the same problem t :
in
vetur.config.js
and you need to restart the language server or you editor ^^Facing the same issue with the next directories and I have not been able to find a solution.
Essentially, we have the following folder setup:
We use @nuxt/components for autoloading (per https://nuxtjs.org/docs/directory-structure/components/#nested-directories )and reference the component in our files as <UiButton>.
The file that vetur generates when viewing vetur doctor has these lines which does not allow vetur to pick up the UiButton component correctly.