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 figured it out by installing the vue version from that commit. npm i https://pkg.pr.new/vuejs/core/vue@9eca65ee9871d1ac878755afa9a3eb1b02030350 (can reproduce the issue).
Then I installed the vue version from the commit before that one in the main branch: npm i https://pkg.pr.new/vuejs/core/vue@235ea4772ed2972914cf142da8b7ac1fb04f7585 (can't reproduce the issue).
Vue - Official extension or vue-tsc version
2.1.6
VSCode version
1.93.1
Vue version
3.5.9
TypeScript version
5.5.4
System Info
No response
package.json dependencies
Steps to reproduce
App.vue
.3.5.6
and check again, you will see thatsetDate
has an error.What is expected?
The errors in
<template>
should be shown when// @ts-check
exists.What is actually happening?
The errors in
<template>
are not shown when// @ts-check
exists.Link to minimal reproduction
https://github.com/twisterniq/vuejs-ts-check-template-bug
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: