src/App.vue @@ -1,6 +1,6 @@ <template> <div id="app"> <router-view /> <router-view :key="$route.fullpath"/> </div> </template> <script>