We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2048bd0 commit bd61021Copy full SHA for bd61021
src/components/PeriodSection.vue
@@ -54,7 +54,6 @@ export default Vue.extend({
54
const endTimeArray = this.classData.map((value) =>
55
this.$dayjs(value.endTime)
56
)
57
- console.log(endTimeArray)
58
return (this.$dayjs as any).max([...endTimeArray])
59
},
60
0 commit comments