1
0
Fork 1
mirror of https://github.com/hay-kot/homebox.git synced 2024-12-22 06:46:32 +00:00
homebox/frontend/app.vue
2022-09-01 14:32:03 -08:00

6 lines
114 B
Vue

<template>
<NuxtLayout>
<Html lang="en" data-theme="garden" />
<NuxtPage />
</NuxtLayout>
</template>