I try use component with vue like this ``` <IntlTelInput @changeNumber="console.log('changeNumber', $event)" @changeValidity="console.log('changeValidity', $event)" @changeErrorCode="console.log('changeErrorCode', $event)" placeholder="e.g. 8123456789" :class="{ invalid: errors.phone_number }" :options="{ initialCountry: 'id', separateDialCode: true, utilsScript: 'https://cdn.jsdelivr.net/npm/intl-tel-input@25.3.1/build/js/utils.js', }" /> ``` But when im console data from event not returning. Like this <img width="559" alt="Image" src="https://github.com/user-attachments/assets/eefec74c-eed7-467e-9140-054bceb3885e" /> ## did i leave any configuration? i think i have done everything