You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a nuxt application which is running on docker.
If I add the prop mode="national" in my tag, the page crash and the following
message appears in the console:
TypeError: _vm.activeCountry.iso2 is undefined
fn vue-tel-input-vuetify.vue:42
normalized VueJS
I'm working on a nuxt application which is running on docker.
If I add the prop
mode="national"
in my tag, the page crash and the followingmessage appears in the console:
My tag looks like this:
An expected behavior could be a fallback in international mode when an error occured with the national mode.
Libraries:
vuex-orm/core": "1.0.0-draft.14
nuxt: 2.15
nuxtjs/vuetify: 1.12.1,
vue-tel-input-vuetify: 1.4.1
Environment: Docker, debian based container
UPDATE
If I'm not mistaken, the error comes from the line 27 of vue-tel-input-vuetify.vue:
<div :class="activeCountry.iso2.toLowerCase()" class="vti__flag" />
The text was updated successfully, but these errors were encountered: