customizes a component in iOS and provides a method, but prompts funcation undefined
.
// iOS
[WXSDKEngine registerComponent:@"rich-image" withClass:[KSWXImgComponent class]];
// KSWXImgComponent.m
WX_EXPORT_METHOD(@selector(save:))
- (void)save:(WXKeepAliveCallback)resultCallback {
}
// vue
<rich-image ref="test"></rich-image>
this.$refs["test"].save()