src/App.vue @@ -1,6 +1,6 @@ <template> <div id="app"> <router-view/> <router-view /> </div> </template> @@ -11,4 +11,4 @@ export default { }; </script> </script>