mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-05-07 13:47:02 +02:00
doc: review documentation
This commit is contained in:
@@ -19,6 +19,7 @@ Each one is **optional**, and will display the usual information if omitted.
|
||||
Each service must implement the `item` [property](https://vuejs.org/v2/guide/components-props.html) and bind it the Generic component if used.
|
||||
|
||||
### Skeleton
|
||||
|
||||
```Vue
|
||||
<template>
|
||||
<Generic :item="item">
|
||||
@@ -49,7 +50,6 @@ export default {
|
||||
</script>
|
||||
```
|
||||
|
||||
|
||||
## Themes
|
||||
|
||||
Themes are meant to be simple customization (written in [scss](https://sass-lang.com/documentation/syntax)).
|
||||
|
||||
Reference in New Issue
Block a user