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