vue 3.0.1 使用 vue-cli 4.5.7创建项目后,执行lint时,出现vue-template-compiler版本和vue版本不一致问题
What problem does this feature solve?
使用vue-cli 4.5.7,创建vue3项目,lint使用tslint,创建项目后,执行lint时,出现
This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.
What does the proposed API look like?
希望发一版与vue对应的vue-template-compiler