feat(dom): transform + runtime for v-on (#213)

This commit is contained in:
宋铄运
2019-10-14 12:33:23 +08:00
committed by Evan You
parent 312907c9d8
commit 57a94b530d
8 changed files with 320 additions and 14 deletions

View File

@@ -18,6 +18,8 @@ export {
vModelDynamic
} from './directives/vModel'
export { vOnModifiersGuard, vOnKeysGuard } from './directives/vOn'
// re-export everything from core
// h, Component, reactivity API, nextTick, flags & types
export * from '@vue/runtime-core'