### Version 3.0.0-alpha.12 ### Steps to reproduce 1. `vue create hello-world` 使用 TypeScript 和使用 class-style 风格组件 2. `cd hello-world` 3. `yarn serve` or `yarn build` ### What is expected? Success ### What is actually happening? 提示: ``` Property 'msg' has no initializer and is not definitely assigned in the constructor. ``` --- 没有修改任何文件,创建默认项目后运行报错。 <!-- generated by vue-issues. DO NOT REMOVE -->