refactor(runtime-core): extract component emit related logic into dedicated file
This commit is contained in:
@@ -16,7 +16,7 @@ import {
|
||||
ComponentOptionsWithArrayProps,
|
||||
ComponentOptionsWithObjectProps,
|
||||
ComponentOptions
|
||||
} from './apiOptions'
|
||||
} from './componentOptions'
|
||||
import { ExtractPropTypes } from './componentProps'
|
||||
|
||||
// `h` is a more user-friendly version of `createVNode` that allows omitting the
|
||||
|
||||
Reference in New Issue
Block a user