File tree 2 files changed +2
-2
lines changed
packages/runtime-core/src
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ export type DirectiveArguments = Array<
82
82
83
83
/**
84
84
* Adds directives to a VNode.
85
- * @internal
86
85
*/
87
86
export function withDirectives < T extends VNode > (
88
87
vnode : T ,
Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ export {
63
63
BaseTransition ,
64
64
BaseTransitionProps
65
65
} from './components/BaseTransition'
66
+ // For using custom directives
67
+ export { withDirectives } from './directives'
66
68
// SFC CSS Modules
67
69
export { useCSSModule } from './helpers/useCssModule'
68
70
// SSR context
@@ -202,7 +204,6 @@ export { HMRRuntime } from './hmr'
202
204
// For compiler generated code
203
205
// should sync with '@vue/compiler-core/src/runtimeConstants.ts'
204
206
export { withCtx } from './helpers/withRenderContext'
205
- export { withDirectives } from './directives'
206
207
export {
207
208
resolveComponent ,
208
209
resolveDirective ,
You can’t perform that action at this time.
0 commit comments