mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[improvement] allow use ref in functional components (#2863)
This commit is contained in:
@@ -9,6 +9,7 @@ type Context = RenderContext & { data: VNodeData & ObjectIndex };
|
||||
type InheritContext = Partial<VNodeData> & ObjectIndex;
|
||||
|
||||
const inheritKey = [
|
||||
'ref',
|
||||
'style',
|
||||
'class',
|
||||
'attrs',
|
||||
|
Reference in New Issue
Block a user