Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 6d0ebd0

Browse files
committed
feat: add new exports from @vue/composition-api
1 parent 5a378c4 commit 6d0ebd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/runtime/composables/vue.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export type {
33
ComponentInternalInstance,
44
ComponentInstance,
55
ComponentPropsOptions,
6+
ComponentPublicInstance,
67
ComponentRenderProxy,
78
ComputedGetter,
89
ComputedOptions,
@@ -82,8 +83,10 @@ export {
8283
toRefs,
8384
triggerRef,
8485
unref,
86+
useAttrs,
8587
useCssModule,
8688
useCSSModule,
89+
useSlots,
8790
version,
8891
warn,
8992
watch,

0 commit comments

Comments
 (0)