mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-21 16:33:48 +01:00
(performance) lazy loading GAiChan
This commit is contained in:
parent
42f8c5762b
commit
832e466893
2
app.vue
2
app.vue
@ -101,7 +101,7 @@ useHead((): Record<string, any> => ({
|
||||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
<ClientOnly>
|
||||
<GAiChan />
|
||||
<LazyGAiChan />
|
||||
</ClientOnly>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { Loader } from '@/assets/js/particles/loader';
|
||||
import resolveConfig from 'tailwindcss/resolveConfig';
|
||||
|
||||
const colorMode = useColorMode();
|
||||
const container = ref<HTMLElement>();
|
||||
|
Loading…
Reference in New Issue
Block a user