index.wxml 410 B

1234567
  1. <import src="./calendar.wxml"/>
  2. <l-popup content-align="bottom" show="{{ show }}" bind:lintap="closePicker">
  3. <template is="calendar" data="{{ currentDate, type, color, defaultDate, format, formatter, minDate, maxDate, minSelect, maxSelect, showConfirm, confirmText, maxLimitMessage, minLimitMessage, showTitle, showSubtitle, title, subTitle, scrollIntoViewIndex, color }}"/>
  4. </l-popup>
  5. <l-toast></l-toast>