crazyDuck

Results 5 comments of crazyDuck

> I get the same error. Have you managed to fix it? Maybe a bug of vue-template-babel-compiler JuniorTour/vue-template-babel-compiler#42 If you have ES6 object method shorthand in your template, try changing...

I encountered same problem.

> They are just warnings and do not affect behavior. see [#12587](https://github.com/vuejs/vue/issues/12587) But, in the reproduction I presented, variables that start with $ actually didn't setup to the component

same issue on 5.3.0

> vetur.format.defaultFormatter > > unknown configuration settinng 怎么破 拆开来就好了,像这样: ``` "vetur.format.defaultFormatter.html": "js-beautify-html", "vetur.format.defaultFormatter.js": "vscode-typescript" ... ```