build: compile 1.8.2

This commit is contained in:
chenjiahan 2021-08-18 11:09:45 +08:00
parent 6dd42a0473
commit 0b051dcb57
4 changed files with 8 additions and 8 deletions

View File

@ -17,9 +17,9 @@
bind:after-enter="onOpened"
bind:after-leave="onClosed"
>
<include src="calendar.wxml" />
<include src="./calendar.wxml" />
</van-popup>
<include wx:else src="calendar.wxml" />
<include wx:else src="./calendar.wxml" />
<van-toast id="van-toast" />

View File

@ -24,8 +24,8 @@
<view class="{{ utils.bem('field__control', [inputAlign, 'custom']) }}" bindtap="onClickInput">
<slot name="input" />
</view>
<include wx:if="{{ type === 'textarea' }}" src="textarea.wxml" />
<include wx:else src="input.wxml" />
<include wx:if="{{ type === 'textarea' }}" src="./textarea.wxml" />
<include wx:else src="./input.wxml" />
<van-icon
wx:if="{{ showClear }}"

View File

@ -17,9 +17,9 @@
bind:after-enter="onOpened"
bind:after-leave="onClosed"
>
<include src="calendar.wxml" />
<include src="./calendar.wxml" />
</van-popup>
<include wx:else src="calendar.wxml" />
<include wx:else src="./calendar.wxml" />
<van-toast id="van-toast" />

View File

@ -24,8 +24,8 @@
<view class="{{ utils.bem('field__control', [inputAlign, 'custom']) }}" bindtap="onClickInput">
<slot name="input" />
</view>
<include wx:if="{{ type === 'textarea' }}" src="textarea.wxml" />
<include wx:else src="input.wxml" />
<include wx:if="{{ type === 'textarea' }}" src="./textarea.wxml" />
<include wx:else src="./input.wxml" />
<van-icon
wx:if="{{ showClear }}"