LouisMazel / maz-ui

Vue & Nuxt library of standalone components & tools to build interfaces

Home Page:https://maz-ui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Issue][<MazPhoneNumberInput>]

hathemi opened this issue · comments

Sans titre
i'm using vuejs/javascript. i want to use translations options but it doesn't work! i still get the default labels.
i'm using "maz-ui": "^3.0.0-beta.18" version
any help please !!!

        :translations="{
            countrySelector: {
              placeholder: 'Code pays',
              error: 'Choisir un pays',
              },
            phoneInput: {
              placeholder: 'Numéro de téléphone',
              example: 'Exemple :'
             }
             }"

i have fixed it using this code instead.