File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " weex-vue-render" ,
3
3
"description" : " Web renderer for weex project written in Vue DSL." ,
4
- "version" : " 1.0.16 " ,
4
+ "version" : " 1.0.17 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " dist/index.common.js" ,
7
7
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " weex-vue-render" ,
3
- "version" : " 1.0.16 " ,
3
+ "version" : " 1.0.17 " ,
4
4
"description" : " Web renderer for weex project written in Vue DSL." ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " dist/index.common.js" ,
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ function getAppearOffset (el) {
209
209
210
210
function updateWatchAppearList ( container ) {
211
211
container . _watchAppearList = Array . prototype . slice . call (
212
- document . querySelectorAll ( '[weex-appear]' ) )
212
+ container . querySelectorAll ( '[weex-appear]' ) )
213
213
}
214
214
215
215
/**
You can’t perform that action at this time.
0 commit comments