Skip to content

Commit

Permalink
路由缓存修改
Browse files Browse the repository at this point in the history
  • Loading branch information
liserc committed Mar 23, 2020
1 parent 7bf27ec commit 11fd15a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<template>
<div id="app">
<keep-alive>
<router-view/>
</keep-alive>
<router-view/>
</div>
</template>

<script>
export default {
name: 'App'
}
export default {
name: 'App'
}
</script>

<style>
Expand Down

0 comments on commit 11fd15a

Please sign in to comment.