Hello!
To improve the PageSpeed score, we need to shorten the HTML. Can we use v-if and v-once instead of v-show in the list of countries?
Could we apply the following changes to the vue-tel-input.vue file?
<ul ref="list" class="vti__dropdown-list" v-if="open" v-once :class="dropdownOpenDirection">

Hello!
To improve the PageSpeed score, we need to shorten the HTML. Can we use v-if and v-once instead of v-show in the list of countries?
Could we apply the following changes to the vue-tel-input.vue file?
<ul ref="list" class="vti__dropdown-list" v-if="open" v-once :class="dropdownOpenDirection">