mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-26 00:09:15 +08:00
fix: functional components should inherit "key" (#8718)
This commit is contained in:
parent
13cdc6e7c9
commit
7f66b3ff4b
@ -7,6 +7,7 @@ type InheritContext = Partial<VNodeData> & ObjectIndex;
|
|||||||
|
|
||||||
const inheritKey = [
|
const inheritKey = [
|
||||||
'ref',
|
'ref',
|
||||||
|
'key',
|
||||||
'style',
|
'style',
|
||||||
'class',
|
'class',
|
||||||
'attrs',
|
'attrs',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user