摘要: 注册回调类 import { reactive } from "vue"; // 定义 Map 中的函数类型 type UpdateFunction = (value: string) => void; class RegistryManager { // 私有静态实例,确保全局唯一 private 阅读全文
posted @ 2025-03-28 09:06 xingduo 阅读(17) 评论(0) 推荐(0)