import { default as install } from "./install"; export default install; export * from "./components"; export * from "./utils/converter"; //辅助工具函数 export { useApiLoader } from "./use"; //api加载函数