Open
Description
Version
3.0.3
Node and OS info
Node 8.9.4 / npm 5.6.0 / Windows 10
Steps to reproduce
- execute 'vue create vue-issue' and choose the default preset (babel, eslint);
- modify App.vue (for instance add a div to the template section);
- execute 'vue add @vue/typescript' (version 3.1.1) in the root of the 'vue-issue' folder. Don't use class-style component syntax but do use Babel alongside TypeScript.
What is expected?
App.vue still contains my modifications after adding the typescript plugin.
What is actually happening?
The modifications are not retained.