File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -286,8 +286,8 @@ For example:
286
286
| [ vue/no-bare-strings-in-template] ( ./no-bare-strings-in-template.md ) | disallow the use of bare strings in ` <template> ` | |
287
287
| [ vue/no-boolean-default] ( ./no-boolean-default.md ) | disallow boolean defaults | :wrench : |
288
288
| [ vue/no-duplicate-attr-inheritance] ( ./no-duplicate-attr-inheritance.md ) | enforce ` inheritAttrs ` to be set to ` false ` when using ` v-bind="$attrs" ` | |
289
- | [ vue/no-multiple-objects-in-class] ( ./no-multiple-objects-in-class.md ) | disallow to pass multiple objects into array to class | |
290
289
| [ vue/no-empty-component-block] ( ./no-empty-component-block.md ) | disallow the ` <template> ` ` <script> ` ` <style> ` block to be empty | |
290
+ | [ vue/no-multiple-objects-in-class] ( ./no-multiple-objects-in-class.md ) | disallow to pass multiple objects into array to class | |
291
291
| [ vue/no-potential-component-option-typo] ( ./no-potential-component-option-typo.md ) | disallow a potential typo in your component property | |
292
292
| [ vue/no-reserved-component-names] ( ./no-reserved-component-names.md ) | disallow the use of reserved names in component definitions | |
293
293
| [ vue/no-restricted-component-options] ( ./no-restricted-component-options.md ) | disallow specific component option | |
You can’t perform that action at this time.
0 commit comments