dujingcheng@huawei

Signed-off-by: dujingcheng <dujingcheng@huawei.com>
This commit is contained in:
dujingcheng
2021-09-15 21:57:26 +08:00
parent 03f4739b70
commit bf94284997
+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'
}
];