refactor: store 目录扁平化重构为 stores(Pinia 推荐结构)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import selectConfig from "./config/select";
|
||||
import { useDictStore } from "@/store";
|
||||
import { useDictStore } from "@/stores";
|
||||
const dictStore = useDictStore();
|
||||
interface IUser {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user