Files
2025-08-15 14:05:08 +08:00

9 lines
299 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<t-input class="custom-class" label="标签文字" placeholder="请输入文字" tips="最大输入10个字符" maxlength="{{10}}" />
<t-input
class="custom-class"
label="标签文字"
placeholder="请输入文字"
tips="最大输入10个字符汉字算两个"
maxcharacter="{{10}}"
/>