FE-Driver / vue-beauty

Beautiful UI components build with vue and ant design
https://fe-driver.github.io/vue-beauty
MIT License
2.11k stars 249 forks source link

Change locale? #317

Closed dieguezz closed 6 years ago

dieguezz commented 6 years ago

Hi, is it possible to change the locale? If so, i didn't see it documented on this repo.

yuu2lee4 commented 6 years ago

import vueBeauty from 'vue-beauty' import locale from 'vue-beauty/locale/lang/en';

Vue.use(vueBeauty, { locale });

dieguezz commented 6 years ago

Thanks!