icleolion
icleolion
@ricochet1k already reported in https://github.com/vuejs/eslint-plugin-vue/issues/1165
In the interim you can use the packages mentioned in the OP. For those who were using Auto Rename Tag, but stopped because it was constantly crashing VS Code's extension...
Is this a non-issue in Vue 3?
For those of you in a position to change your webpack/babel config you'll need to ensure chart.js is pushed through babel-loader and that you are using @babel/plugin-transform-class-properties, either directly or...
+1 from me for getting this merged in to avoid having to use the NPM override please.
I use both vue-touch-events and vuetify. I've not run into any conflicts, but I use vuetify-loader to treeshake and only include vuetify features that I use. Due to the benefits...
Considering how few people should have to use the namespace option, I'm glad you've taken the easy way out. Not worth you making massive changes, especially when they have other...