8 lines
410 B
Plaintext
8 lines
410 B
Plaintext
<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>
|