8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
|
|
<t-input label="标签文字" placeholder="请输入文字" />
|
||
|
|
|
||
|
|
<t-input placeholder="请输入文字">
|
||
|
|
<view slot="label" class="custom-label"> 标签文字 </view>
|
||
|
|
</t-input>
|
||
|
|
|
||
|
|
<t-input placeholder="请输入文字" />
|