Files
helios-web-vue/app.vue

8 lines
98 B
Vue
Raw Permalink Normal View History

2025-02-03 10:47:19 +08:00
<template>
<NuxtLayout>
<v-app>
<NuxtPage />
</v-app>
</NuxtLayout>
</template>