I got an error in my TypeScript component file that a prop doesn't exist, but I declared the prop exactly as described in the vue-class-component
documentation example.
Property 'propMessage' does not exist on type 'MyComponent'.Vetur(2339)
How do I fix this?
Prop
, but in complex case ofcomputed
andmapGetter
is not work as well. – Shumway