[Doc] fix warning when run test cases

This commit is contained in:
陈嘉涵
2019-04-29 14:37:53 +08:00
parent 9fe0831e6d
commit de5c6a5780
4 changed files with 3 additions and 6 deletions

View File

@@ -96,9 +96,6 @@ export function wrapper(promise, name) {
Locale.add(formattedI18n);
}
component.props = component.props || {};
component.props.weapp = Boolean;
return component;
});
}