1
0
Fork 1
mirror of https://github.com/hay-kot/homebox.git synced 2024-12-22 06:46:32 +00:00
homebox/frontend/layouts/empty.vue

8 lines
104 B
Vue
Raw Normal View History

2022-09-01 22:32:03 +00:00
<script setup lang="ts"></script>
<template>
<div>
<AppToast />
<slot />
</div>
</template>