oak-frontend-base/lib/miniprogram_npm/lin-ui/calendar/components/header/index.js

15 lines
269 B
JavaScript

Component({
data: {
weekdays: ['日', '一', '二', '三', '四', '五', '六']
},
properties: {
title: {
type: String,
value: '日期选择'
},
subTitle: String,
showTitle: Boolean,
showSubtitle: Boolean
},
methods: {}
});