vuejs / composition-api

Composition API plugin for Vue 2

Home Page:https://composition-api.vuejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data typing results in unflagged non-existing properties

CRMaxime opened this issue · comments

Non-existing properties can't be reported as such in the <template>.

Writing a variable that isn't returned by our setup function should trigger an error "Property 'xxx' does not exist..."

See #940 and #609 for more info.

Stale issue message