sync xcomponent interface for js

Signed-off-by: zhangbingce <zhangbingce@huawei.com>
Change-Id: I745f32718e28a63380997e746ce78297d9f7b552
This commit is contained in:
zhangbingce
2022-01-11 19:54:03 +08:00
parent 0e8fb62b6b
commit 93e167a011
@@ -1544,14 +1544,15 @@ const richNativeTag = {
'xcomponent': {
atomic: true,
selfClosing: true,
uevents: ['xcomponentinit', 'xcomponentdestroy'],
uevents: ['load', 'destroy'],
uattrs: {
name: {},
id: {
required: true,
},
type: {
required: true,
},
libraryname: {},
id: {},
ref: {},
},
},