... | ... | @@ -112,11 +112,11 @@ alpha-frontend/ |
|
|
| ├── assets/
|
|
|
| │ └── Example.png
|
|
|
| └── components/
|
|
|
| ├── buttons/
|
|
|
| │ └── ExampleButton.vue
|
|
|
| ├── modals/
|
|
|
| │ └── Example.vue
|
|
|
| └── Example.vue
|
|
|
| | ├── buttons/
|
|
|
| | │ └── ExampleButton.vue
|
|
|
| | ├── modals/
|
|
|
| | │ └── Example.vue
|
|
|
| | └── Example.vue
|
|
|
| ├── screens/
|
|
|
| │ ├── Example.vue
|
|
|
| ├── store/
|
... | ... | |