From 8e0d8ac4f7fea420abed03a9a91ee5e898a1beb4 Mon Sep 17 00:00:00 2001 From: Junho Yeo <32605822+junhoyeo@users.noreply.github.com> Date: Mon, 25 Mar 2019 19:56:11 +0900 Subject: [PATCH] fix(service): set default page to Index (#10) --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index e26a45f..6d92cfe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -28,7 +28,7 @@ export default { today: this.moment().day() - 1, grade: 1, tab: 1, // class - page: 2 // [Index, Settings, Week, Alarm] + page: 0 // [Index, Settings, Week, Alarm] } },