diff --git a/docs/rules/attributes-order.md b/docs/rules/attributes-order.md index 999a19523..32101be08 100644 --- a/docs/rules/attributes-order.md +++ b/docs/rules/attributes-order.md @@ -18,6 +18,8 @@ ex: 'v-once', 'v-pre' ex: 'id' - UNIQUE ex: 'ref', 'key', 'slot' +- OTHER_DIRECTIVE +ex: 'v-focus', 'v-autosize' - BINDING ex: 'v-model', 'v-bind', ':property="foo"' - OTHER_ATTR @@ -87,7 +89,7 @@ Specify custom order of attribute groups :+1: Examples of **correct** code with custom order`: ```html - +