mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
build: compile 1.8.2
This commit is contained in:
parent
6dd42a0473
commit
0b051dcb57
4
dist/calendar/index.wxml
vendored
4
dist/calendar/index.wxml
vendored
@ -17,9 +17,9 @@
|
|||||||
bind:after-enter="onOpened"
|
bind:after-enter="onOpened"
|
||||||
bind:after-leave="onClosed"
|
bind:after-leave="onClosed"
|
||||||
>
|
>
|
||||||
<include src="calendar.wxml" />
|
<include src="./calendar.wxml" />
|
||||||
</van-popup>
|
</van-popup>
|
||||||
|
|
||||||
<include wx:else src="calendar.wxml" />
|
<include wx:else src="./calendar.wxml" />
|
||||||
|
|
||||||
<van-toast id="van-toast" />
|
<van-toast id="van-toast" />
|
||||||
|
4
dist/field/index.wxml
vendored
4
dist/field/index.wxml
vendored
@ -24,8 +24,8 @@
|
|||||||
<view class="{{ utils.bem('field__control', [inputAlign, 'custom']) }}" bindtap="onClickInput">
|
<view class="{{ utils.bem('field__control', [inputAlign, 'custom']) }}" bindtap="onClickInput">
|
||||||
<slot name="input" />
|
<slot name="input" />
|
||||||
</view>
|
</view>
|
||||||
<include wx:if="{{ type === 'textarea' }}" src="textarea.wxml" />
|
<include wx:if="{{ type === 'textarea' }}" src="./textarea.wxml" />
|
||||||
<include wx:else src="input.wxml" />
|
<include wx:else src="./input.wxml" />
|
||||||
|
|
||||||
<van-icon
|
<van-icon
|
||||||
wx:if="{{ showClear }}"
|
wx:if="{{ showClear }}"
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
bind:after-enter="onOpened"
|
bind:after-enter="onOpened"
|
||||||
bind:after-leave="onClosed"
|
bind:after-leave="onClosed"
|
||||||
>
|
>
|
||||||
<include src="calendar.wxml" />
|
<include src="./calendar.wxml" />
|
||||||
</van-popup>
|
</van-popup>
|
||||||
|
|
||||||
<include wx:else src="calendar.wxml" />
|
<include wx:else src="./calendar.wxml" />
|
||||||
|
|
||||||
<van-toast id="van-toast" />
|
<van-toast id="van-toast" />
|
||||||
|
@ -24,8 +24,8 @@
|
|||||||
<view class="{{ utils.bem('field__control', [inputAlign, 'custom']) }}" bindtap="onClickInput">
|
<view class="{{ utils.bem('field__control', [inputAlign, 'custom']) }}" bindtap="onClickInput">
|
||||||
<slot name="input" />
|
<slot name="input" />
|
||||||
</view>
|
</view>
|
||||||
<include wx:if="{{ type === 'textarea' }}" src="textarea.wxml" />
|
<include wx:if="{{ type === 'textarea' }}" src="./textarea.wxml" />
|
||||||
<include wx:else src="input.wxml" />
|
<include wx:else src="./input.wxml" />
|
||||||
|
|
||||||
<van-icon
|
<van-icon
|
||||||
wx:if="{{ showClear }}"
|
wx:if="{{ showClear }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user