refactor(runtime-core): extract component emit related logic into dedicated file

This commit is contained in:
Evan You
2020-04-03 19:08:17 -04:00
parent bf473a64ea
commit 24e9efcc21
10 changed files with 128 additions and 103 deletions

View File

@@ -186,7 +186,7 @@ export {
ComponentOptionsWithoutProps,
ComponentOptionsWithObjectProps as ComponentOptionsWithProps,
ComponentOptionsWithArrayProps
} from './apiOptions'
} from './componentOptions'
export { ComponentPublicInstance } from './componentProxy'
export {
Renderer,