useVModel(store)
#
A hook function, which subscribes to watcher, that observes changes in the current store, so when recording results, the component will update automatically.
Basically this hook use when need to work with forms (v-model
).
Designed for vue 3
Arguments
store
(Store)
Returns
(State)