style
This commit is contained in:
parent
708e8b47d1
commit
5b673f9525
|
@ -17,14 +17,13 @@
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { useAppStore, useUserStore } from '@/stores'
|
import { useAppStore, useUserStore } from '@/stores'
|
||||||
|
// 1
|
||||||
defineOptions({ name: 'App' })
|
defineOptions({ name: 'App' })
|
||||||
const userStore = useUserStore()
|
const userStore = useUserStore()
|
||||||
const appStore = useAppStore()
|
const appStore = useAppStore()
|
||||||
appStore.initTheme()
|
appStore.initTheme()
|
||||||
appStore.initSiteConfig()
|
appStore.initSiteConfig()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.loading-icon {
|
.loading-icon {
|
||||||
animation: arco-loading-circle 1s infinite cubic-bezier(0,0,1,1);
|
animation: arco-loading-circle 1s infinite cubic-bezier(0,0,1,1);
|
||||||
|
|
Loading…
Reference in New Issue