mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-03 03:27:29 +01:00
8 lines
179 B
Vue
8 lines
179 B
Vue
<template>
|
|
<div class="hero max-h-500:pt-4 min-h-dvh content-start pt-[20dvh]">
|
|
<div class="hero-content">
|
|
<router-view></router-view>
|
|
</div>
|
|
</div>
|
|
</template>
|