doc: review documentation

This commit is contained in:
Bastien Wirtz
2024-10-25 21:58:32 +02:00
parent ea12ee520b
commit c6571b48b4
7 changed files with 90 additions and 96 deletions

View File

@@ -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)).