refactor: add keep-alive

This commit is contained in:
Pan
2017-10-25 09:54:06 +08:00
parent c82ed3fcbf
commit 59073fb013
2 changed files with 11 additions and 12 deletions

View File

@@ -1,3 +1,5 @@
<template>
<router-view></router-view>
<keep-alive>
<router-view></router-view>
</keep-alive>
</template>