-
**What rule do you want to change?**
`vue/v-on-handler-style`
**Does this change cause the rule to produce more or fewer warnings?**
More
**How will the change be implemented? (New opt…
-
### Describe the bug
When I try to sort on multiple columns, the column in Date format after been selected, prevents any other column from being sorted.
### Reproducer
https://stackblitz.com/ed…
-
**Checklist**
- [x] I have tried restarting my IDE and the issue persists.
- [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed.
**Tell us about yo…
-
```
import VueMoment from 'vue-moment'
var momentDurationFormatSetup = require("moment-duration-format");
momentDurationFormatSetup(vue-moment);
console.log(typeof this.$moment.duration.fn.for…
-
### vue & vue-i18n version
"vue": "^2.6.11",
"vue-i18n": "^8.0.0"
### Reproduction Link
https://github.com/veiss-com/vue-i18n-bug-report
### Steps to reproduce
Simply change the language fro…
-
Everything works fine on dev (npm run dev) but after build I have this error:
Super expression must either be null or a function, not undefined.
Without BlotFormatter module it also works fine.
…
-
I have seen https://image.nuxt.com/get-started/configuration#format.
But it seems to work only for ``
-
### Describe the bug
When i create a radio button based on an enum and try to render it using the vue-vuetify I can not select any value and receive an error label
![image](https://github.com/eclip…
-
I've tried to apply the example
https://vuejs.org/v2/cookbook/packaging-sfc-for-npm.html#Base-Example
to a simple simple vue component but that didn't work. I am not even sure, if your example c…
-
### vue & vue-i18n version
"vue-i18n": "^8.18.1",
"vue": "^2.6.11",
Older browsers such as Chrome 50 are erroring with: `TypeError: formatter.formatToParts is not a function`
Which relates to …