会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
成强
博客园
首页
新随笔
联系
订阅
管理
2022年2月13日
pinia在vue3中使用
摘要: pinia就是vuex5 1.安装引入 npm install pinia 2.引入与使用 store.js //1.定义容器 import { defineStore } from 'pinia' //参数1:容器的ID,必须唯一,将来Pinia会把所有的容器挂载到根容器 export const
阅读全文
posted @ 2022-02-13 23:40 成强
阅读(2794)
评论(0)
推荐(1)
编辑