mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 08:35:43 +00:00
6 lines
70 B
Vue
6 lines
70 B
Vue
<template>
|
|
<div>
|
|
<AppToast />
|
|
<slot />
|
|
</div>
|
|
</template>
|