13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
<wxs src="../calendar.wxs" module="_this" />
|
|
|
|
<t-calendar
|
|
visible="{{visible}}"
|
|
value="{{value}}"
|
|
minDate="{{minDate}}"
|
|
maxDate="{{maxDate}}"
|
|
localeText="{{localeText}}"
|
|
bind:confirm="handleConfirm"
|
|
bind:close="onClose"
|
|
/>
|
|
<t-cell arrow title="国际化" note="{{_this.formatTimestamp(value)}}" bind:tap="handleCalendar" />
|