refactor: export all from optional features

This commit is contained in:
Evan You
2018-09-25 18:00:29 -04:00
parent b12247d638
commit e190824812
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ export interface Directive {
unmounted: DirectiveHook
}
type DirectiveModifiers = Record<string, boolean>
export type DirectiveModifiers = Record<string, boolean>
export function applyDirective(
vnode: VNode,