feat: course generation
This commit is contained in:
7
app.vue
7
app.vue
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import ModalAuthentication from '~/components/ModalAuthentication.vue';
|
||||
import ModalAuthentication from '~/components/ModalAuthentication.vue'
|
||||
|
||||
const toast = useToast()
|
||||
const router = useRouter()
|
||||
@@ -8,7 +8,7 @@ const loginState = useLoginState()
|
||||
|
||||
useHead({
|
||||
titleTemplate(title) {
|
||||
return title ? `${title} - 眩生花 AI 助手` : '眩生花 AI 助手'
|
||||
return title ? `${ title } - 眩生花 AI 助手` : '眩生花 AI 助手'
|
||||
},
|
||||
})
|
||||
|
||||
@@ -33,13 +33,14 @@ onMounted(() => {
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<NuxtLoadingIndicator />
|
||||
<NuxtLoadingIndicator/>
|
||||
|
||||
<NuxtLayout>
|
||||
<NuxtPage/>
|
||||
</NuxtLayout>
|
||||
|
||||
<UModals/>
|
||||
<USlideovers/>
|
||||
<UNotifications/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user