Commit 069a4a02 authored by Simon Knox's avatar Simon Knox Committed by Simon Knox

Add directives to Vue component ordering

parent d964816b
...@@ -447,6 +447,7 @@ A forEach will cause side effects, it will be mutating the array being iterated. ...@@ -447,6 +447,7 @@ A forEach will cause side effects, it will be mutating the array being iterated.
1. `name` 1. `name`
1. `props` 1. `props`
1. `mixins` 1. `mixins`
1. `directives`
1. `data` 1. `data`
1. `components` 1. `components`
1. `computedProps` 1. `computedProps`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment