You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm an old fan of pug! Currently I'm working on a Vue.js really huge proyect where the type-check of Typescript is crucial to avoid break anything on any update.
No mather whatever I do, typescript is not finding any error on the "template" (pug) part of the .vue file. It just check the "script" part.
This is absolutely important for me, because prevents lots of errors when usingi not defined keys for some variables or things like that
The text was updated successfully, but these errors were encountered:
index.vue Doctor
❗ @vue/language-plugin-pug missing
For , the @vue/language-plugin-pug plugin is required. Install it using $ npm install -D @vue/language-plugin-pug and add it to vueCompilerOptions.plugins to support TypeScript intellisense in Pug templates.
I'm an old fan of pug! Currently I'm working on a Vue.js really huge proyect where the type-check of Typescript is crucial to avoid break anything on any update.
No mather whatever I do, typescript is not finding any error on the "template" (pug) part of the .vue file. It just check the "script" part.
This is absolutely important for me, because prevents lots of errors when usingi not defined keys for some variables or things like that
The text was updated successfully, but these errors were encountered: