refactor(v-on): avoid empty modifier guard with only key modifier

This commit is contained in:
Evan You
2019-10-18 16:20:45 -04:00
parent d69d3bf765
commit cba34453db
7 changed files with 47 additions and 30 deletions

View File

@@ -31,7 +31,7 @@ export {
vModelDynamic
} from './directives/vModel'
export { vOnModifiersGuard, vOnKeysGuard } from './directives/vOn'
export { withModifiers, withKeys } from './directives/vOn'
// re-export everything from core
// h, Component, reactivity API, nextTick, flags & types