Added a highlight on today's date in To-Dos cal

This commit is contained in:
Randi Miller
2019-03-14 03:40:03 -04:00
parent c7309ae179
commit fff16a86a5

View File

@@ -88,7 +88,8 @@
:clearButtonText='$t("clear")',
:todayButton='!challengeAccessRequired',
:todayButtonText='$t("today")',
:disabled-picker='challengeAccessRequired'
:disabled-picker='challengeAccessRequired',
:highlighted='calendarHighlights'
)
.option(v-if="task.type === 'daily'")
.form-group
@@ -717,6 +718,7 @@ export default {
con: 'constitution',
per: 'perception',
},
calendarHighlights: { dates: [new Date()]},
};
},
mounted () {