Skip to content

Commit

Permalink
fix(core): fix navigateBack detached error
Browse files Browse the repository at this point in the history
  • Loading branch information
allen-zh committed Sep 3, 2019
1 parent 0773f94 commit 645ac08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/mars-core/src/base/createPage.js
Expand Up @@ -117,9 +117,8 @@ export function makeCreatePage(pageMixin, {handleProxy, handleModel}, setData, c
pages[uid] = null;
delete pages[uid];
}

});
delete this.$vue;
// delete this.$vue;
delete this.$$__createVue__;
return ret;
},
Expand Down

0 comments on commit 645ac08

Please sign in to comment.