mirror of
https://gitee.com/TSpecific/tuniao-ui.git
synced 2026-03-13 10:54:01 +08:00
[fix] 修复input 为选择框时没有提示问题
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
v-if="type === 'select'"
|
v-if="type === 'select'"
|
||||||
class="tn-input__text"
|
class="tn-input__text"
|
||||||
>
|
>
|
||||||
{{defaultValue}}
|
{{defaultValue == undefined || defaultValue == '' ? placeholder : defaultValue }}
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<input
|
<input
|
||||||
|
|||||||
Reference in New Issue
Block a user