fix(runtime-core): add useAttrs and useSlots export (#4053)

This commit is contained in:
wonderl17
2021-07-02 19:51:09 +08:00
committed by GitHub
parent 2788154f77
commit 735ada1507
2 changed files with 15 additions and 1 deletions

View File

@@ -58,7 +58,9 @@ export {
withAsyncContext,
// deprecated
defineEmit,
useContext
useContext,
useAttrs,
useSlots
} from './apiSetupHelpers'
// Advanced API ----------------------------------------------------------------