From 5dc409a00a11ec08ee501ae210e2d72417a7bc14 Mon Sep 17 00:00:00 2001 From: neverclear Date: Sun, 24 Mar 2019 21:48:47 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=93=E3=83=AB=E3=83=89=E3=81=A7=E3=81=8D?= =?UTF-8?q?=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.vue b/src/App.vue index 0fb63b7..db1fe59 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,5 +10,8 @@ @Component({}) export default class App extends Vue { + private created() { + this.$router.push({path: '/'}) + } }