``` # 状态管理 ## Pinia 基础 1. 安装 Pinia: ```bash npm install pinia ``` 2. 创建 store: ```javascript import { defineStore } from 'pinia'

评论区

登录 后参与评论
× Preview