### What problem does this feature solve? According to the policy of [[Abandoned] Class API proposal: Update: the Class API proposal is being dropped.](Https://github.com/vuejs/rfcs/pull/17#issuecomment-494242121) , we should to set the default value to false in the TypeScript prompt `Use class-style component syntax?`. ### What does the proposed API look like? Change `vue-cli/packages/@vue/cli-plugin-typescript/prompts.js` as follows: ``` { name: `classComponent`, type: `confirm`, message: `Use class-style component syntax?`, default: false }, ``` <!-- generated by vue-issues. DO NOT REMOVE -->