Why I don't have typo in vuex/orm?

75 views Asked by At

I create a User model using vuex-orm and I want to access to its property email.

but the ide/typescript doesn't fill the properties.

enter image description here

vuex-orm is supported with typescript typo.

When I try to access using JavaScript I able to execute this code and get the value.

const email = allUsers[0].email;

My code in codesandbox.io

0

There are 0 answers