mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(Field): template url should be relative path
This commit is contained in:
parent
7f7cf62ee0
commit
6dd42a0473
@ -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