86bdbe4c3d
* initial support for initial setup * improve setup * improve mobile view * move base admin route * admin panel mobile view * set initial host and port * add docs * properly setup everything, use for dev env * change userconfig and interface port on setup, note users afterwards
10 lines
200 B
Vue
10 lines
200 B
Vue
<template>
|
|
<section class="grid grid-cols-2 gap-4">
|
|
<slot />
|
|
<Separator
|
|
decorative
|
|
class="col-span-2 h-px w-full bg-gray-100 dark:bg-neutral-600"
|
|
/>
|
|
</section>
|
|
</template>
|