13 lines
510 B
Plaintext
13 lines
510 B
Plaintext
|
|
<t-input
|
||
|
|
label="标签文字"
|
||
|
|
placeholder="请输入文字"
|
||
|
|
suffixIcon="{{ { name: 'info-circle-filled', ariaLabel: '提示' } }}"
|
||
|
|
bind:click="click"
|
||
|
|
/>
|
||
|
|
|
||
|
|
<t-input class="extra" label="标签文字" placeholder="请输入文字" tips="最多十个字">
|
||
|
|
<t-button slot="extra" theme="primary" maxcharacter="{{10}}" size="extra-small"> 操作按钮 </t-button>
|
||
|
|
</t-input>
|
||
|
|
|
||
|
|
<t-input label="标签文字" placeholder="请输入文字" suffixIcon="{{ { name: 'user-avatar', ariaLabel: '通讯录' } }}" />
|