Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Knox <simon@gitlab.com>2017-07-25 09:33:00 +0300
committerSimon Knox <psimyn@gmail.com>2017-07-25 14:52:40 +0300
commit069a4a02e075548267266be2dcceb4002ba7be81 (patch)
tree1955bfbfa239a1fbfece5d05b595304375b67d3e /doc
parentd964816b9fe56679ffc0b331e701f7b24db5c6a9 (diff)
Add directives to Vue component ordering
Diffstat (limited to 'doc')
-rw-r--r--doc/development/fe_guide/style_guide_js.md1
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`