-
I'm able to trigger a click event with vue-test-utils, but can't seem to trigger an input event.
Here's my component:
```
…
-
**Tell us about your environment**
* **ESLint version:** `^4.15.0`
* **eslint-plugin-vue version:** `^4.0.0`
* **Node version:** `10.11.0`
**Please show your full configuration:**
```ja…
-
This rule would ensure that a single file describes only one component.
https://vuejs.org/v2/style-guide/#Component-files-strongly-recommended
-
Similar to `name-property-casing` this rule would enforce proper filename casing of vue component.
https://vuejs.org/v2/style-guide/#Single-file-component-filename-casing-strongly-recommended
It s…
-
### Version
2.6.11
### Reproduction link
[https://github.com/mjmnagy/vue-error-2020-08-26](https://github.com/mjmnagy/vue-error-2020-08-26)
### Steps to reproduce
I am trying to w…
-
**Versions**
- vee-validate: 3.0.3
- vue: 2.6.10
**Request for Clarification**
I'm having a hard time getting vee-validate to work when using vee-validate without a build process just loading …
-
I first created a brand new vue.js project with @vue/cli : https://vuejs.org/v2/guide/typescript.html
vue create newproject
during the creation process, I chose typescipt option.
Then, …
-
# Overview
The existing Redux "Basics/Advanced" tutorial sequence desperately needs to be rewritten. While it's been useful for many people, the target audience of the Redux docs has changed consi…
-
## What docs page is being added or updated?
- **Section**: Introduction
- **Page**: Quick Start
## For Adding New Content
### What kind of content category is this page (tutorial, how-to, e…
-
Some of the BS components need animations beyond simple CSS3 transitions (those are taken care of by BS classes). Components that need non-trivial animations are:
- [ ] Accordion
- [x] Alert => #180…