tkgkn

Results 3 issues of tkgkn

![20190621144244](https://user-images.githubusercontent.com/13865568/59903241-0e8ee700-9433-11e9-8dd4-9f07b561321d.jpg) package.json 如下 ```js { "name": "atool", "version": "0.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "dev": "yarn serve" }, "dependencies": { "core-js": "^2.6.5",...

_Before_ submitting a pull request, please make sure the following is done... - [x] Ensure the pull request title and commit message follow the [Commit Specific](https://formilyjs.org/guide/contribution#pr-specification) in **English**. - [x]...

### Describe the bug 嵌套路由时,如/page/a -> /page/b切换时,会先执行a的render,再执行b的render。 ### Expected behavior 嵌套路由时,期望/page/a -> /page/b时,只执行b的render,a不应该执行。 ### Actual behavior 图1:初始加载/todo/t1路由 图2:点击图1中的to t2的按钮,调用history.push('/todo/t2'),执行了t1 run,卸载了t1不应该再执行t1了。这里有问题 图3:文件目录 图4:t1和t2两个嵌套路由的组件代码 ### Version of ice.js ice3 ### Content of...

bug