---wiki正式切换到vue3版本---

This commit is contained in:
暮光:城中城
2023-01-11 20:33:42 +08:00
parent bc28320565
commit b8068ef29e
115 changed files with 15723 additions and 40477 deletions

View File

@@ -0,0 +1,10 @@
import {defineStore} from 'pinia'
export const useStoreUserData = defineStore('userData', {
state: () => {
return {
// 用户信息
userInfo: {},
}
},
})