Merge branch 'dev' into 2.0

This commit is contained in:
陈嘉涵
2019-04-29 14:43:28 +08:00
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;
});
}