vue-bulma / datepicker

Datepicker Component for Vue Bulma
MIT License
115 stars 56 forks source link

Set locale globally #72

Open KKSzymanowski opened 6 years ago

KKSzymanowski commented 6 years ago

Is there a way to set the datepicker language globally without always needing to add the config option to the <datepicker> tag?

4fleetCo commented 5 years ago

put this in your main.js file.

import Datepicker from 'vue-bulma-datepicker' Vue.component('Datepicker', Datepicker)

soaresdude commented 5 years ago

Is there a way to set the datepicker language globally without always needing to add the config option to the <datepicker> tag?

@KKSzymanowski could you set the locale only on the input? Can you paste here the code? I'm trying to do the same thing, but I want to avoid setting the locale globally.