1.0.7 • Published 2 years ago

store-along v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

🚧 黄艺辉

🚧 安装

  • 复制代码(桌面 cmd 运行) npm install store-along

🚧 使用

import storeAlong from 'store-along'

export default createStore({

plugins: [

	//使用方法1:不传表示全部缓存

	 storeAlong()

	//使用方法2:数组写入需要缓存的模块key 

	 storeAlong({

		 cacheKeys:['user']
		 
	 })
]

})

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago