Github user misakuo commented on a diff in the pull request:

    https://github.com/apache/incubator-weex/pull/972#discussion_r160124637
  
    --- Diff: 
android/playground/app/src/main/java/com/alibaba/weex/IndexActivity.java ---
    @@ -83,7 +83,7 @@ public void onCreate(Bundle savedInstanceState) {
         }
     
         if (TextUtils.equals(sCurrentIp, DEFAULT_IP)) {
    -      renderPage(WXFileUtils.loadAsset("index.js", this), getIndexUrl());
    +      renderPage(WXFileUtils.loadAsset("vue/index.js", this), 
getIndexUrl());
    --- End diff --
    
    what is this?


---

Reply via email to