You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
410 B
8 lines
410 B
<import src="./calendar.wxml"/>
|
|
|
|
<l-popup content-align="bottom" show="{{ show }}" bind:lintap="closePicker">
|
|
<template is="calendar" data="{{ currentDate, type, color, defaultDate, format, formatter, minDate, maxDate, minSelect, maxSelect, showConfirm, confirmText, maxLimitMessage, minLimitMessage, showTitle, showSubtitle, title, subTitle, scrollIntoViewIndex, color }}"/>
|
|
</l-popup>
|
|
|
|
<l-toast></l-toast>
|