]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
feat(types): expose WritableComputedRef (#1500)
authormeteorlxy <meteor.lxy@foxmail.com>
Wed, 8 Jul 2020 15:49:07 +0000 (23:49 +0800)
committerGitHub <noreply@github.com>
Wed, 8 Jul 2020 15:49:07 +0000 (11:49 -0400)
packages/runtime-core/src/index.ts

index 8ce8d44b2d702ce387f0f3684f87b82aeba06240..b5b6833ea73db3fa805de3db5b72fc04f04bc541 100644 (file)
@@ -122,6 +122,7 @@ export {
   TriggerOpTypes,
   Ref,
   ComputedRef,
+  WritableComputedRef,
   UnwrapRef,
   WritableComputedOptions,
   ToRefs