-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Labels
Description
Version
3.0.0-beta.7
Reproduction link
https://github.com/shaonialife/vue-next-test
Steps to reproduce
const state = reactive({
foo: {
value: 1,
label: 'bar',
},
});
console.log(state.foo.label); // Property 'label' does not exist on type 'number'
What is expected?
no lint error
What is actually happening?
Property 'label' does not exist on type 'number'