vue-context-storage 0.1.13 → 0.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Vue 3 context storage system with URL query synchronization support.
|
|
|
8
8
|
[](https://bundlephobia.com/package/vue-context-storage)
|
|
9
9
|
[](https://github.com/lviobio/vue-context-storage/issues)
|
|
10
10
|
[](https://github.com/lviobio/vue-context-storage)
|
|
11
|
-
|
|
11
|
+
<a href="https://lviobio.github.io/vue-context-storage/" target="_blank"><img src="https://img.shields.io/badge/demo-live-brightgreen" alt="Live Demo"></a>
|
|
12
12
|
|
|
13
13
|
A powerful state management solution for Vue 3 applications that provides:
|
|
14
14
|
- **Context-based storage** using Vue's provide/inject API
|
|
@@ -19,7 +19,7 @@ A powerful state management solution for Vue 3 applications that provides:
|
|
|
19
19
|
|
|
20
20
|
## Live Demo
|
|
21
21
|
|
|
22
|
-
🚀
|
|
22
|
+
🚀 **<a href="https://lviobio.github.io/vue-context-storage" target="_blank">Try the interactive playground</a>**
|
|
23
23
|
|
|
24
24
|
## Installation
|
|
25
25
|
|