Skip to content

Commit a28e153

Browse files
committed
build: Travis CI automatic compilation
1 parent d4b5962 commit a28e153

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

dist/album/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/dist/album/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ Component({
8282
},
8383
},
8484

85+
observers: {
86+
'urls': function () {
87+
this.preview();
88+
}
89+
},
90+
8591
/**
8692
* 组件的方法列表
8793
*/

0 commit comments

Comments
 (0)