Signed-off-by: dujingcheng <dujingcheng@huawei.com>
This commit is contained in:
dujingcheng
2021-09-16 10:28:56 +00:00
parent 6910d6b13c
commit b520787ecd
+1 -1
View File
@@ -195,7 +195,7 @@ const ComponentsInfo: components<string>[] = [
},
{'methods': ['reload', 'createIntersectionObserver'], 'type': 'web'},
{
'methods': ['takePhoto', 'scrollTo', 'createIntersectionObserver'],
'methods': ['takePhoto', 'startRecorder', 'closeRecorder', 'scrollTo', 'createIntersectionObserver'],
'type': 'camera'
}
];