@dolphinweex/weex-vue-render 0.2.52 → 0.2.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.common.js +4 -3
- package/package.json +1 -1
package/dist/index.common.js
CHANGED
|
@@ -4178,9 +4178,9 @@ var weex$4 = {
|
|
|
4178
4178
|
* that user can use weex.document.body to walk through all dom structures in all vue instances in the page.
|
|
4179
4179
|
*/
|
|
4180
4180
|
registerVueInstance: function registerVueInstance (instance) {
|
|
4181
|
-
if (!instance instanceof Vue) {
|
|
4182
|
-
|
|
4183
|
-
}
|
|
4181
|
+
// if (!instance instanceof Vue) {
|
|
4182
|
+
// return
|
|
4183
|
+
// }
|
|
4184
4184
|
var root = instance.$root;
|
|
4185
4185
|
if (!root || !root.$el) {
|
|
4186
4186
|
return
|
|
@@ -5628,6 +5628,7 @@ function getImage(weex) {
|
|
|
5628
5628
|
},
|
|
5629
5629
|
created: function created() {
|
|
5630
5630
|
// this.currentSrc = this.src;
|
|
5631
|
+
this.loadImage();
|
|
5631
5632
|
},
|
|
5632
5633
|
|
|
5633
5634
|
mounted: function () {
|
package/package.json
CHANGED