Browse Source

feat(types): expose WritableComputedRef (#1500)

meteorlxy 6 năm trước cách đây
mục cha
commit
220db9bcda
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      packages/runtime-core/src/index.ts

+ 1 - 0
packages/runtime-core/src/index.ts

@@ -122,6 +122,7 @@ export {
   TriggerOpTypes,
   Ref,
   ComputedRef,
+  WritableComputedRef,
   UnwrapRef,
   WritableComputedOptions,
   ToRefs