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