本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
src/views/components/
that have properties with strict typing and default values. A property is only required if you mark it required. You can set default values otherwise.Home components | Header components | Footer components | Products components | Comments component |
src/views/components/home/
are found in the home page and it's significant in giving the store front- display. Each component plays a role in exhibiting the store main details such as, Youtube videos of the store, customer testimonials and other components that sets the store tone. More on home components and it's usage in home page here.
src/views/components/header/
are found on all pages of the store and considered to be used frequently so for ease of access it's postioned on the top area of the page. More about Header components here.└── src
├── components
| ...
| ├──── header
| ...
...
src/views/components/footer/
are also commonly used and usually found in the footer area of the page, such are contacts and payment methods. More about Footer components here.└── src
├── components
| ...
| ├──── footer
| ...
...
src/views/components/product/
are grouped into 2 groups:└── src
├── components
| ...
| ├──── products
| ...
...