Files

7 lines
123 B
Plaintext
Raw Permalink Normal View History

2025-08-15 14:05:08 +08:00
<t-input
value="{{innerValue}}"
label="{{label}}"
placeholder="{{placeholder}}"
bind:change="handleInputChange"
/>