This commit is contained in:
icssoa 2024-04-20 12:08:34 +08:00
parent 9289846ead
commit 32359861b5
9 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ import { Module } from "../types";
import { path2Obj } from "../utils";
import { config, isDev } from "/@/config";
import { eps } from "virtual:eps";
import { hmr } from "../hook";
import { hmr } from "../hooks";
import { module } from "../module";
// 更新事件

View File

@ -2,7 +2,7 @@ import { App } from "vue";
import { isFunction, orderBy, chain } from "lodash-es";
import { filename } from "../utils";
import { module } from "../module";
import { hmr } from "../hook";
import { hmr } from "../hooks";
// 扫描文件
const files: any = import.meta.glob(

View File

@ -1,6 +1,6 @@
export * from "./service";
export * from "./bootstrap";
export * from "./hook";
export * from "./hooks";
export * from "./module";
export * from "./router";
export * from "./types";

View File

@ -1,5 +1,5 @@
import { Module } from "../types";
import { hmr } from "../hook";
import { type Module } from "../types";
import { hmr } from "../hooks";
import { dirs } from "virtual:module";
// 模块列表

View File

@ -1,4 +1,4 @@
import { hmr } from "../hook";
import { hmr } from "../hooks";
import { BaseService } from "./base";
// service 数据集合