when using v-if on a div element, the div will be part of the DOM in case the condition is true. if we group elements to use v-if on the group, we shall use a template element, so the group elements appear as siblings of the other elements. in particular, these spurious div do not mess up our CSS patch that sets the bottom margin for the last child in a card to "auto". |
||
|---|---|---|
| .. | ||
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierrc.json | ||
| env.d.ts | ||
| eslint.config.js | ||
| index.html | ||
| package.json | ||
| README.md | ||
| tsconfig.config.json | ||
| tsconfig.json | ||
| vite.config.ts | ||
| yarn.lock | ||
Moved
Have a look at the OpenDTU-OnBattery documentation.