feat(core): support v-show directive (#310)

This commit is contained in:
likui
2019-11-25 11:04:26 +08:00
committed by Evan You
parent 1765985ec2
commit 00857ac816
9 changed files with 253 additions and 4 deletions

View File

@@ -68,6 +68,8 @@ export { withModifiers, withKeys } from './directives/vOn'
// DOM-only components
export { Transition, TransitionProps } from './components/Transition'
export { vShow } from './directives/vShow'
// re-export everything from core
// h, Component, reactivity API, nextTick, flags & types
export * from '@vue/runtime-core'