const calendar = new Vue({ el: '#app', data() { return { date:moment(), ... <div v-for="(day, index) in days" :data-date="day.format('DD.MM.
確定! 回上一頁