Make date prop for HumanDate required again
This commit is contained in:
parent
dc84da42a8
commit
b00d7572c8
|
@ -14,7 +14,7 @@
|
|||
import { mapState } from 'vuex'
|
||||
export default {
|
||||
props: {
|
||||
date: { type: String, default: '' },
|
||||
date: { type: String, required: true },
|
||||
icon: { type: Boolean, required: false, default: false }
|
||||
},
|
||||
computed: {
|
||||
|
|
Loading…
Reference in New Issue