feat: toRefs

This commit is contained in:
Evan You
2019-08-20 09:38:00 -04:00
parent 8f9afdff64
commit b218678c66
7 changed files with 37 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
export { ref, isRef, Ref, UnwrapRef } from './ref'
export { ref, isRef, toRefs, Ref, UnwrapRef } from './ref'
export {
reactive,
isReactive,