fix refresh not display bug

Signed-off-by: yaoyuchi <yaoyuchi@huawei.com>
This commit is contained in:
yaoyuchi
2022-03-24 15:00:18 +08:00
parent 9a0b4c2ab9
commit 8d73beacda
@@ -895,7 +895,8 @@ static const std::unordered_map<std::string, std::function<void(BindingTarget)>>
{ "TextInputController", JSTextInputController::JSBind },
{ "TextTimerController", JSTextTimerController::JSBind },
{ "Checkbox", JSCheckbox::JSBind },
{ "CheckboxGroup", JSCheckboxGroup::JSBind }
{ "CheckboxGroup", JSCheckboxGroup::JSBind },
{ "Refresh", JSRefresh::JSBind }
};
void RegisterAllModule(BindingTarget globalObj)