miwen-component_case_1-react
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -135,3 +135,3 @@ (function (global, factory) { | ||
"methods": [], | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"author": "miwen" | ||
@@ -170,3 +170,3 @@ }); | ||
if (this.props.options) { | ||
window.__miwencc__.setProperty(this.instance.instanceId, 'options', this.props.op).then(function (result) {}); | ||
window.__miwencc__.setProperty(this.instance.instanceId, 'options', this.props.options).then(function (result) {}); | ||
} | ||
@@ -180,3 +180,3 @@ } | ||
if (this.props.options) { | ||
window.__miwencc__.setProperty(this.instance.instanceId, 'options', this.props.op).then(function (result) {}); | ||
window.__miwencc__.setProperty(this.instance.instanceId, 'options', this.props.options).then(function (result) {}); | ||
} | ||
@@ -183,0 +183,0 @@ } |
{ | ||
"name": "miwen-component_case_1-react", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"main":"component_case_1-react.js", | ||
@@ -5,0 +5,0 @@ "description": "", |
6307