Commit 17480131 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'docs-vue-components' into 'master'

Updates file extensions on Vue docs

See merge request gitlab-org/gitlab-ce!17684
parents 95a1ac14 4a7d6230
...@@ -53,13 +53,13 @@ you can find a clear separation of concerns: ...@@ -53,13 +53,13 @@ you can find a clear separation of concerns:
``` ```
new_feature new_feature
├── components ├── components
│ └── component.js.es6 │ └── component.vue
│ └── ... │ └── ...
├── store ├── stores
│ └── new_feature_store.js.es6 │ └── new_feature_store.js
├── service ├── services
│ └── new_feature_service.js.es6 │ └── new_feature_service.js
├── new_feature_bundle.js.es6 ├── new_feature_bundle.js
``` ```
_For consistency purposes, we recommend you to follow the same structure._ _For consistency purposes, we recommend you to follow the same structure._
......
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