-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Description
Version
2.7.8
Reproduction link
Steps to reproduce
This issue was created first in Vetur & later fixed in @vuejs/composition-api as below
vuejs/vetur#2505
vuejs/composition-api#609
Recently the same issue is created in Volar and closed mentioning common.ts definitions in vuejs/composition-api
vuejs/language-tools#1350
What is expected?
Error has to be displayed when unknown property or data in template (typescript code)
What is actually happening?
No error is displayed when unknown property or data in template (typescript code) due to
export type Data = { [key: string]: unknown }
in types/common.d.ts
last-partizan, colinblaise and ferm10n
Metadata
Metadata
Assignees
Labels
No labels