摘要: 1.pinia基础 store/modules/user.ts import { defineStore } from 'pinia' // 用户模块 const useUserStore = defineStore('user', { state: () => { return { // 用户信息 阅读全文
posted @ 2022-08-22 09:10 jzhF1ash 阅读(236) 评论(0) 推荐(0)