vue-computed-eager 1.0.3 → 1.0.4
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
<a href="https://github.com/vuefrag/vue-computed-eager/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/vue-computed-eager.svg" alt="license" /></a>
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
|
-
> Extracted from [VueUse](https://vueuse.org/) for standalone use.
|
|
16
15
|
|
|
17
16
|
## Installation
|
|
18
17
|
|
|
@@ -43,6 +42,9 @@ Learn more: [Vue: When a computed property can be the wrong tool](https://dev.to
|
|
|
43
42
|
|
|
44
43
|
**Note:** If you are using Vue 3.4+, standard `computed` has been optimized to avoid triggering effects when the value hasn't changed. See [vuejs/core#5912](https://github.com/vuejs/core/pull/5912).
|
|
45
44
|
|
|
45
|
+
> Extracted from [VueUse](https://vueuse.org/) for standalone use.
|
|
46
|
+
|
|
47
|
+
|
|
46
48
|
## License
|
|
47
49
|
|
|
48
50
|
MIT
|