feat:添加随机生成和清空功能
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<view class="word-input-container">
|
||||
<view
|
||||
class="word-input-container"
|
||||
style="{{width ? 'width:' + width + ';' : ''}}">
|
||||
<van-icon
|
||||
class-prefix="toy-icon"
|
||||
name="translate"
|
||||
@@ -7,6 +9,6 @@
|
||||
<input
|
||||
class="word-input"
|
||||
type="text"
|
||||
placeholder="请输入小朋友喜欢的文字"
|
||||
placeholder="{{placeholder}}"
|
||||
bindconfirm="onConfirm" />
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user