Skip to content

Commit

Permalink
feat: add new exports from @vue/composition-api
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 21, 2021
1 parent 5a378c4 commit 6d0ebd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/runtime/composables/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export type {
ComponentInternalInstance,
ComponentInstance,
ComponentPropsOptions,
ComponentPublicInstance,
ComponentRenderProxy,
ComputedGetter,
ComputedOptions,
Expand Down Expand Up @@ -82,8 +83,10 @@ export {
toRefs,
triggerRef,
unref,
useAttrs,
useCssModule,
useCSSModule,
useSlots,
version,
warn,
watch,
Expand Down

0 comments on commit 6d0ebd0

Please sign in to comment.