mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 19:47:49 +08:00
移除全局设置store并更新引用路径
This commit is contained in:
+1
-1
@@ -12,6 +12,6 @@ export default pinia
|
|||||||
// 所有的 store
|
// 所有的 store
|
||||||
import { useAuthStore } from './auth'
|
import { useAuthStore } from './auth'
|
||||||
import { useUserStore } from './user'
|
import { useUserStore } from './user'
|
||||||
import { useGlobalSettingsStore } from './globalSettings'
|
import { useGlobalSettingsStore } from './global'
|
||||||
|
|
||||||
export { useAuthStore, useUserStore, useGlobalSettingsStore }
|
export { useAuthStore, useUserStore, useGlobalSettingsStore }
|
||||||
|
|||||||
Reference in New Issue
Block a user