1.4.2 • Published 1 year ago

@xyzi/pinia-plugins v1.4.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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
lifecyclePluginuseStore 时传参会变成钩子的方法参数1.0.0
lifecyclePluginuseStore 时调用默认方法1.3.0
setupPluginsetup 时调用store方法1.1.0
storagePluginstore 数据持久化0.0.1
dicPluginstore 数据字典查询0.0.1
vDicPluginstore 数据字典指令查询1.3.0
historyPluginstore 缓存历史数据0.0.1
historyPlugin-pushHistoryFuncstore 缓存函数返回的历史项1.2.0
historyPlugin-unshiftHistoryFuncstore 缓存异步历史数据1.2.0
1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.6

1 year ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago