8 lines
288 B
Plaintext
8 lines
288 B
Plaintext
<wxs src="./calendar.wxs" module="this" />
|
|
<wxs src="../common/utils.wxs" module="_" />
|
|
|
|
<t-popup wx:if="{{usePopup}}" visible="{{visible}}" bind:visible-change="onVisibleChange" placement="bottom">
|
|
<include src="./template.wxml" />
|
|
</t-popup>
|
|
<include wx:else src="./template.wxml" />
|