摘要: 1. 安装pinia npm i pinia -S2. pinia定义仓库的声明及调用 1 // employee仓库的声明 2 import { defineStore } from "pinia"; 3 4 export const useEmployeeStore = defineStore( 阅读全文
posted @ 2023-10-12 16:48 CodeProducter 阅读(23) 评论(0) 推荐(0) 编辑