diff options
author | Simon Knox <simon@gitlab.com> | 2017-07-25 06:33:00 +0000 |
---|---|---|
committer | Simon Knox <psimyn@gmail.com> | 2017-07-25 21:52:40 +1000 |
commit | 069a4a02e075548267266be2dcceb4002ba7be81 (patch) | |
tree | 1955bfbfa239a1fbfece5d05b595304375b67d3e /doc/development | |
parent | d964816b9fe56679ffc0b331e701f7b24db5c6a9 (diff) | |
download | gitlab-ce-069a4a02e075548267266be2dcceb4002ba7be81.tar.gz |
Add directives to Vue component ordering
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/fe_guide/style_guide_js.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/fe_guide/style_guide_js.md b/doc/development/fe_guide/style_guide_js.md index ae844fa1051..149a0159680 100644 --- a/doc/development/fe_guide/style_guide_js.md +++ b/doc/development/fe_guide/style_guide_js.md @@ -447,6 +447,7 @@ A forEach will cause side effects, it will be mutating the array being iterated. 1. `name` 1. `props` 1. `mixins` + 1. `directives` 1. `data` 1. `components` 1. `computedProps` |