You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are enabled by default in the `@vue/babel-preset-app`.
Fixesvuejs#5863Fixesvuejs#5866
These doesn't fix the case where user has enabled more custom syntax in
babel. `@vue/compiler-sfc` needs to fail gracefully in such cases.
Version
4.5.4
Environment info
Steps to reproduce
vue cli 初始化项目,手动预选插件及其他设置
初始化完成,说明:整个项目是由ts 构建 外加eslint代码质量检查。
运行项目 npm dev, commland line 提示错误 无法解释ts装饰器。浏览器访问初始化的demo,切换路由,路由无法正确加加载渲染
What is expected?
能够使用装饰器语法,
What is actually happening?
缺少loader,编译ts装饰器语法。
The text was updated successfully, but these errors were encountered: