Open thearabbit opened 7 years ago
How to use globalization to EN? I tried
globalization
EN
// main.js import locale from 'iview/src/locale/lang/en-US'; Vue.use(iView,{locale}); ---------- // index.vue <Date-picker type="date" placeholder="Date picker" style="width: 200px"></Date-picker>
But don't work
Go to Vendors.js file and copy
import locale from 'iview/dist/locale/en-US'; Vue.use(iView, { locale });
How to use
globalization
toEN
? I triedBut don't work