1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Added options to hide spoilers and completed items.

This commit is contained in:
John Cleaver 2016-04-11 18:38:03 -04:00
parent b57acfa57c
commit ea9291454e

View File

@ -10,7 +10,9 @@ var v = new Vue({
active_season: "spring", active_season: "spring",
active_skill: "farming", active_skill: "farming",
save_mode: false, save_mode: false,
load_mode: false load_mode: false,
hideCompleted: false,
hideSpoilers: false
}, },
ready: function(){ ready: function(){
this.fetchData(); this.fetchData();