refactor(runtime-core): extract component emit related logic into dedicated file
This commit is contained in:
@@ -186,7 +186,7 @@ export {
|
||||
ComponentOptionsWithoutProps,
|
||||
ComponentOptionsWithObjectProps as ComponentOptionsWithProps,
|
||||
ComponentOptionsWithArrayProps
|
||||
} from './apiOptions'
|
||||
} from './componentOptions'
|
||||
export { ComponentPublicInstance } from './componentProxy'
|
||||
export {
|
||||
Renderer,
|
||||
|
||||
Reference in New Issue
Block a user