Commit 4a7d6230 authored by Filipa Lacerda's avatar Filipa Lacerda

Updates file extensions on Vue docs

parent afd2d381
......@@ -53,13 +53,13 @@ you can find a clear separation of concerns:
```
new_feature
├── components
│ └── component.js.es6
│ └── component.vue
│ └── ...
├── store
│ └── new_feature_store.js.es6
├── service
│ └── new_feature_service.js.es6
├── new_feature_bundle.js.es6
├── stores
│ └── new_feature_store.js
├── services
│ └── new_feature_service.js
├── new_feature_bundle.js
```
_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