Skip to content
This repository was archived by the owner on Jul 19, 2020. It is now read-only.

Commit

Permalink
fix(service): set default page to Index (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
junhoyeo authored Mar 25, 2019
1 parent 23663d4 commit 8e0d8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}
},
Expand Down

0 comments on commit 8e0d8ac

Please sign in to comment.