export default { data () { return { date3: undefined }; }, methods: { allowedDates (date) { return date.getDate() % 2 === 0 } } }