mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-31 13:39:55 +08:00
🔨 Refactor(custom): change type defination in universal to global
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { defineStore } from 'pinia'
|
||||
import { ref } from 'vue'
|
||||
|
||||
import type { IStringKeyMap } from '#/types/types'
|
||||
|
||||
export const useAppStore = defineStore('app', () => {
|
||||
const settings = ref<IStringKeyMap>({
|
||||
app: {
|
||||
|
||||
Reference in New Issue
Block a user