1.2.0 • Published 25 days ago

@xyzi/pinia-plugins v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
25 days ago

piniaPlugins

本插件库主要是基于 Pinia 开发,对现有的 Pinia 进行扩展,以方便快速开发。

基础知识:Vue3官方文档Pinia官方文档

piniaPlugins:中文文档

  • 由于 vue2 即将停止更新。vue3 将成为主流版本,Pinia 虽然对 vue2 进行适配。但 本插件库未对 vue2 进行适配,也未对 SSR 进行适配

defineStore

从 1.0.0 版开始需用本插件 defineStore 替换Pinia 的 defineStore 方法

本插件对 Pinia 的 defineStore 的方法进行了封装,内部调用了官方 defineStore ,API 与官方 defineStore 同步。

插件简介

插件名称介绍版本
lifecyclePlugin在组件生命周期内调用 store 的方法0.0.1
lifecyclePluginuse时传参会变成钩子的方法参数1.0.0
storagePluginstore 数据持久化0.0.1
dicPluginstore 数据字典查询0.0.1
historyPluginstore 缓存历史数据0.0.1
historyPlugin-pushHistoryFuncstore 缓存函数返回的历史项1.2.0
historyPlugin-unshiftHistoryFuncstore 缓存异步历史数据1.2.0
setupPluginsetup时调用store方法1.1.0
1.2.0

25 days ago

1.1.1

2 months ago

1.1.0

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago

0.0.6

2 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago