@kaosdlanor/vue-reactivity
v1.0.2
Published
A simple Vue 3 reactivity library
Readme
vue-reactivity
A library used to simplify or empower Vue 3 data reactivity
Installation
Install with npm:
npm i @kaosdlanor/vue-reactivityOverview
Currently this module only exports the method useScopePerKey() which can be used to react to changes in an object in a more fine-grained manner
