ref ? объявил через const button = ref().
<ElementButtonHandler
ref="button"
:disabled="!isValidated"
:title="buttonText"
:is-sent="isSent"
:modal-title="modalTitle"
:modal-desc="modalDesc"
:is-validated="isValidated"
/>
button.value.handler()
В Options API - также, как в двойке. В composition нужно создать переменную с ref и привязать ее к ref в шаблоне
Обсуждают сегодня