mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +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-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" />
|
||||
|
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">
|
||||
<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 }}"
|
||||
|
@ -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" />
|
||||
|
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user