SFC Playground does not report type errors in App.vue
with lang="ts"
until refresh
#321
Labels
App.vue
with lang="ts"
until refresh
#321
Vue version
Any version available on Playground
Link to minimal reproduction
https://play.vuejs.org
Steps to reproduce
App.vue
as follows:What is expected?
Type error to be reported on line
'' satisfies number
.What is actually happening?
Type error does not get reported, until refreshing the playground.
System Info
Any additional comments?
The issue seems to specifically affect
App.vue
, as it is not reproducible with the same steps but on a newly created component (or a.ts
file).The text was updated successfully, but these errors were encountered: