Files
chatgpt-ui/layouts/default.vue
2023-04-05 23:17:14 +08:00

8 lines
116 B
Vue

<template>
<v-app
:theme="$colorMode.value"
>
<NavigationDrawer />
<slot />
</v-app>
</template>