W
Size: a a a
W
W
W
W
GS
<input v-on="listeners" :value="value">
const listeners = {
input: (event: { target: { value: string } }): void => {
emit('input', event.target.value);
},
blur: (event: { target: { value: string } }): void => {
emit('blur', event);
},
focus: (event: { target: { value: string } }): void => {
emit('focus', event);
},
};
GS
D
D
D
GS
D
D
KB
DP
ВГ
Q
ДК
Q
ВГ
ВГ