refactor: store 目录扁平化重构为 stores(Pinia 推荐结构)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { useDictStoreHook } from "@/store/modules/dict";
|
||||
import { useDictStoreHook } from "@/stores/dict";
|
||||
import { useSse } from "./useSse";
|
||||
|
||||
export interface DictChangeMessage {
|
||||
|
||||
Reference in New Issue
Block a user