|
|
|
@ -62,7 +62,7 @@ const TimeTrack = {
@@ -62,7 +62,7 @@ const TimeTrack = {
|
|
|
|
|
this.fetchThemes(); |
|
|
|
|
|
|
|
|
|
moment.locale('de'); |
|
|
|
|
this.customDateForPastDays = moment().format("MMM Do YY"); |
|
|
|
|
this.customDateForPastDays = moment(); |
|
|
|
|
|
|
|
|
|
setInterval(() => { |
|
|
|
|
vue.$forceUpdate(); |
|
|
|
@ -522,7 +522,6 @@ const TimeTrack = {
@@ -522,7 +522,6 @@ const TimeTrack = {
|
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
console.log(collection); |
|
|
|
|
return collection; |
|
|
|
|
}, |
|
|
|
|
getCollectionItemWithValue(collection, property, value) { |
|
|
|
|