mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-01 18:47:25 +01:00
8 lines
139 B
Vue
8 lines
139 B
Vue
<template>
|
|
<div class="hero min-h-dvh">
|
|
<div class="hero-content">
|
|
<router-view></router-view>
|
|
</div>
|
|
</div>
|
|
</template>
|