摘要: ### 在app.ts中引用 ```ts import { users, IRoute, IUser, routes } from "./data"; ``` ### 在index.ts中统一导入后导出 ```ts export * from "./routes"; export * from ". 阅读全文
posted @ 2022-09-05 16:34 浮生阁阁主 阅读(549) 评论(0) 推荐(0)