Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[WEEX-630] [core] fix data render dom diff error (#1570)
Browse files Browse the repository at this point in the history
* [core] bugfix kAssignAdd, register error, replace all, fuction args less can't reset nil error

* [core] bugfix search three cards

* [core] bugfix refresh dom diff error , add node_id to ref event, ref_id to dom diff

* [data_render] rax android sup fixup for event and module

* [core][Android] fix vue template invalidate as the same node id

* [core] fix ios sdk compile error

* [core] rm render_action_callnativemodule

* [iOS] remove render_action_call_native_module.cpp in sdk

* [core] call LayoutInner on iOS platform
  • Loading branch information
yxping authored and YorkShen committed Sep 25, 2018
1 parent 196060e commit 82fc91c
Show file tree
Hide file tree
Showing 27 changed files with 849 additions and 807 deletions.
4 changes: 3 additions & 1 deletion android/playground/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ android {
dexOptions {
preDexLibraries false
}

aaptOptions {
noCompress 'wasm'
}
}


Expand Down
Binary file not shown.
Loading

0 comments on commit 82fc91c

Please sign in to comment.