microsoft / TypeScript-Vue-Starter

A starter template for TypeScript and Vue with a detailed README describing how to use the two together.
MIT License
4.45k stars 592 forks source link

TypeScript doesn't see variables initialized inside data(){return {...}} #16

Open CodeLookBook opened 7 years ago

CodeLookBook commented 7 years ago

image

jackple commented 7 years ago

I have the same problem, have you resolve this?

Zzzen commented 7 years ago

You give data() an inappropriate return type, 'object'. Remove it and everything should work. vue-ts-issue