Skip to content

Commit 23d4ab5

Browse files
committed
docs: update README.md
1 parent ccbcb6b commit 23d4ab5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
本项目是一个[Vuex](https://vuex.vuejs.org/) plugin,用于自动把store中的数据永久存储,例如localStorage、Cookies、localForage。
44

55
**package status**
6-
[![GitHub stars](https://img.shields.io/github/stars/championswimmer/vuex-persist.svg?style=social&label=%20vuex-refesh-storage)](http://github.com/blackdous/vuex-refesh-storage)
6+
[![GitHub stars](https://img.shields.io/github/stars/blackdous/vuex-refesh-storage.svg?style=social&label=%20vuex-refesh-storage)](http://github.com/blackdous/vuex-refesh-storage)
77
[![npm](https://img.shields.io/npm/v/vuex-refesh-storage.svg?colorB=dd1100)](http://npmjs.com/vuex-refesh-storage)
88
[![npm](https://img.shields.io/npm/dw/vuex-refesh-storage.svg?colorB=fc4f4f)](http://npmjs.com/vuex-refesh-storage)
99
[![license](https://img.shields.io/github/license/blackdous/vuex-refesh-storage.svg)]()
@@ -134,3 +134,9 @@ const store = new Store({
134134
结合`store`中的`modules`使用,这是一个比较实用的样例。
135135

136136
`vue-cli`中结合`modules`使用。
137+
[![Edit boring-architecture-huksu](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/boring-architecture-huksu?fontsize=14&hidenavigation=1&theme=dark)
138+
139+
### nuxt.js中使用
140+
141+
`nuxt`中结合`modules`使用。
142+

0 commit comments

Comments
 (0)