File tree Expand file tree Collapse file tree
packages/runtime-core/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ export type DirectiveArguments = Array<
8282
8383/**
8484 * Adds directives to a VNode.
85- * @internal
8685 */
8786export function withDirectives < T extends VNode > (
8887 vnode : T ,
Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ export {
6363 BaseTransition ,
6464 BaseTransitionProps
6565} from './components/BaseTransition'
66+ // For using custom directives
67+ export { withDirectives } from './directives'
6668// SFC CSS Modules
6769export { useCSSModule } from './helpers/useCssModule'
6870// SSR context
@@ -202,7 +204,6 @@ export { HMRRuntime } from './hmr'
202204// For compiler generated code
203205// should sync with '@vue/compiler-core/src/runtimeConstants.ts'
204206export { withCtx } from './helpers/withRenderContext'
205- export { withDirectives } from './directives'
206207export {
207208 resolveComponent ,
208209 resolveDirective ,
You can’t perform that action at this time.
0 commit comments