feat(core): allow passing explicit refs via props

This commit is contained in:
Evan You
2019-11-06 12:51:06 -05:00
parent e79c918676
commit d9c6ff372c
7 changed files with 76 additions and 18 deletions

View File

@@ -4,6 +4,7 @@ export {
isReactive,
readonly,
isReadonly,
readonlyProps,
toRaw,
markReadonly,
markNonReactive