fix import path

This commit is contained in:
Timi
2026-04-02 16:52:48 +08:00
parent cdaf858a53
commit c266c9e95b
44 changed files with 180 additions and 194 deletions

View File

@@ -1,5 +1,5 @@
import view from "./index.vue";
import Toolkit from "~/utils/Toolkit";
import Toolkit from "../../utils/Toolkit";
export const Loading = Toolkit.withInstall(view);
export default Loading;