参考网址: https://github.com/vuejs/rfcs/pull/271
大致总结:
- 支持选项式api和组合式api写法
- pinia没有mutations,只有:state、getters、actions
- pinia分模块不需要modules(之前vuex分模块需要modules)
- TypeScript支持很好
- 自动化代码拆分
- pinia体积更小(性能更好)
相关作者
- 获取点赞0
- 文章阅读量133
参考网址: https://github.com/vuejs/rfcs/pull/271
大致总结:
评论()