mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-22 00:43:50 +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 />
|
<NuxtPage />
|
||||||
</NuxtLayout>
|
</NuxtLayout>
|
||||||
<ClientOnly>
|
<ClientOnly>
|
||||||
<GAiChan />
|
<LazyGAiChan />
|
||||||
</ClientOnly>
|
</ClientOnly>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Loader } from '@/assets/js/particles/loader';
|
import { Loader } from '@/assets/js/particles/loader';
|
||||||
import resolveConfig from 'tailwindcss/resolveConfig';
|
|
||||||
|
|
||||||
const colorMode = useColorMode();
|
const colorMode = useColorMode();
|
||||||
const container = ref<HTMLElement>();
|
const container = ref<HTMLElement>();
|
||||||
|
Loading…
Reference in New Issue
Block a user