Qiang Jiang
Qiang Jiang
##### Checklist - [x] `npm test` passes - [x] tests and/or benchmarks are included - [x] documentation is changed or added - [x] commit message follows commit guidelines ##### Affected...
##### Checklist - [x] `npm test` passes - [x] tests and/or benchmarks are included - [x] documentation is changed or added - [x] commit message follows commit guidelines ##### Affected...
support to get routing parameters through inject in components. ```vue export default { inject: [ 'route' ] } ```
Could webstorm use this plugin?
I configure the extensions with '.vue' ,add configure the [eslint-plugin-vue](https://github.com/Twiknight/eslint-plugin-vue) in '.eslintrc' file, but it doesn't work
```js const arr = [{ key: ' ' }]; const rules = {}; validate(rules, arr); ``` No matter how to set the rule can not validate the array