UNPKG

vue-reactive-refs

Version:

Make $refs reactive so they can be used in computed properties and watchers

3 lines (2 loc) 92 B
export { ReactiveRefs } from './no-proxy'; export { DynamicReactiveRefs } from './proxy';