mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-04 21:17:55 +08:00
comment
This commit is contained in:
parent
99ea0f8229
commit
51aa3e594a
@ -102,6 +102,8 @@ function createFunctionalComponent (
|
||||
}
|
||||
return Ctor.options.render.call(
|
||||
null,
|
||||
// ensure the createElement function in functional components
|
||||
// gets a unique context - this is necessary for correct named slot check
|
||||
bind(createElement, { _self: Object.create(context) }),
|
||||
{
|
||||
props,
|
||||
|
Loading…
Reference in New Issue
Block a user