返回顶部

随笔分类 -  react

摘要:我的版本 "@umijs/max": "^4.0.88" "ahooks": "^3.7.8", 1.父组件 import { Button } from 'antd' import { Outlet } from '@umijs/max' import useEventEmitter from ' 阅读全文
posted @ 2025-06-05 16:33 前端-xyq 阅读(199) 评论(0) 推荐(0)
摘要:1.新建eventBus.ts // src/utils/eventBus.ts import { EventEmitter } from 'events'; export default new EventEmitter(); 2.组件A import eventBus from '@/utils 阅读全文
posted @ 2025-06-05 14:57 前端-xyq 阅读(55) 评论(0) 推荐(0)
摘要:参考 1.datav 大屏特效使用 https://blog.csdn.net/qq_53479087/article/details/129411685 2.map china not exists. the geojson of the map must be provided. https:/ 阅读全文
posted @ 2025-05-30 11:41 前端-xyq 阅读(402) 评论(0) 推荐(0)