Compare commits

..

2 Commits

Author SHA1 Message Date
wssam 7a937609d9 Pre Merge pull request !9 from wssam/N/A 2025-12-01 06:20:46 +00:00
aisen 9c161727ff [fix] 修复input 为选择框时没有提示问题 2025-12-01 14:20:38 +08:00
+1 -1
View File
@@ -45,7 +45,7 @@
v-if="type === 'select'"
class="tn-input__text"
>
{{defaultValue}}
{{defaultValue == undefined || defaultValue == '' ? placeholder : defaultValue }}
</view>
<input