摘要: Vue3: 一、核心特性 Composition API 替代 Vue2 的 Options API,提供更灵活的逻辑组织方式(setup 函数)。 核心函数:ref, reactive, computed, watch, watchEffect。 逻辑复用:通过自定义 Hook(类似 React 阅读全文
posted @ 2025-03-17 18:53 一如初见233 阅读(38) 评论(0) 推荐(0)