Ray

Results 127 comments of Ray

Sorry, I couldn't explain it clearly. I mean vue-tsc has currently reported unknown events (with `strictTemplates: true` 💦 Oh it doesn't report when I add a `to` prop

Unfortunately I didn't, my solution breaks vue 2.7 tests.

> > The Vue Official Plugin Does Not Support Emmet.↳ > > add this in settings.json, then it works > > ``` > "emmet.includeLanguages": { > "vue-html": "html", > "vue":...

If your emacs is configured to use Volar as the language server for vue files, then it should provide emmet completions for emacs.

I'm able to reproduce this issue with the following steps: 1. Create a new file (not sure why an existing file doesn't report this error) 2. Paste the code ![image](https://github.com/vuejs/language-tools/assets/58381667/d25689ba-7d81-4846-8df2-971b736985bb)...

Does it work now? Should be fixed by https://github.com/vuejs/language-tools/pull/4119

Add `*.vue` to the `include` pattern in your `tsconfig.unit.json` file

Ugh! Thanks for your clarification. This is likely a bug in volar.