Qiang Jiang

Results 9 issues of Qiang Jiang

Fixed #2575,res.links() can accept an Array as the arguments

pr

##### 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' ] } ```

feature request

contribution welcome

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