mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-02 12:29:44 +08:00
✨ Feature(custom): rewrite setting page, WIP
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
:key="pageReloadCount"
|
||||
>
|
||||
<router-view />
|
||||
<UIServiceProvider />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -11,11 +12,12 @@
|
||||
import type { IConfig } from 'piclist'
|
||||
import { onBeforeMount, onMounted } from 'vue'
|
||||
|
||||
import UIServiceProvider from '@/components/ui/UIServiceProvider.vue'
|
||||
import { useStore } from '@/hooks/useStore'
|
||||
import { getConfig } from '@/utils/dataSender'
|
||||
import { pageReloadCount } from '@/utils/global'
|
||||
|
||||
import { useAppStore } from './hooks/appStore'
|
||||
import { useAppStore } from './hooks/useAppStore'
|
||||
|
||||
const store = useStore()
|
||||
const appStore = useAppStore()
|
||||
|
||||
Reference in New Issue
Block a user