mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-03 12:38:24 +08:00
fix flow
This commit is contained in:
parent
23a22cbb44
commit
0f5bcdfac8
@ -177,9 +177,7 @@ export function renderMixin (Vue: Class<Component>) {
|
||||
}
|
||||
}
|
||||
|
||||
export function resolveSlots (
|
||||
renderChildren?: Array<any> | () => Array<any> | string
|
||||
): Object {
|
||||
export function resolveSlots (renderChildren: any): Object {
|
||||
const slots = {}
|
||||
if (!renderChildren) {
|
||||
return slots
|
||||
|
Loading…
Reference in New Issue
Block a user