mirror of
https://github.com/hay-kot/homebox.git
synced 2025-01-11 16:27:17 +00:00
7 lines
114 B
Vue
7 lines
114 B
Vue
|
<template>
|
||
|
<NuxtLayout>
|
||
|
<Html lang="en" data-theme="garden" />
|
||
|
<NuxtPage />
|
||
|
</NuxtLayout>
|
||
|
</template>
|