mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-17 06:08:42 +00:00
6a8a25e3f8
* wip: charts.js experimental work * update lock file * wip: frontend redesign * wip: more UI fixes for consistency across themes * cleanup * improve UI log * style updates * fix lint errors
5 lines
101 B
Vue
5 lines
101 B
Vue
<template>
|
|
<h3 class="flex gap-2 items-center mb-3 pl-1 text-lg">
|
|
<slot />
|
|
</h3>
|
|
</template>
|