feat(runtime-core): add inheritRef option + make <transition> & <keep-alive> inherit refs
This commit is contained in:
@@ -81,6 +81,7 @@ export interface FunctionalComponent<
|
||||
props?: ComponentPropsOptions<P>
|
||||
emits?: E | (keyof E)[]
|
||||
inheritAttrs?: boolean
|
||||
inheritRef?: boolean
|
||||
displayName?: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user