app-main
App main component
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Name of the component |
| template | string | Component template contents |
| props | Array.<string> | Component properties |
| data | function | Data function |
| methods | Object | Component methods |
| watch | Object | Component watchers |
| computed | Object | Computed properties |
| components | Object | Child components |