摘要: 1. 安装: # NPM npm install zustand # Yarn yarn add zustand 2. 创建store: import { create } from "zustand"; const useStore = create((set) => ({ count: 0, s 阅读全文
posted @ 2023-10-11 15:26 Li_pk 阅读(842) 评论(0) 推荐(0)