primefaces / sakai-vue-cli

Free Vue Admin Template by PrimeVue
https://www.primefaces.org/sakai-vue
MIT License
454 stars 204 forks source link

Calendar Not Working #16

Closed arifhusaini97 closed 3 years ago

arifhusaini97 commented 3 years ago

One easy step to solve this problem is by put this code in the src\main.js file,

import PrimeVue from 'primevue/config'; app.use(PrimeVue);

You may refer to: https://primefaces.org/primevue/showcase/#/locale

tugcekucukoglu commented 3 years ago

Yes, with PrimeVue 3.1.0+ Locale API can be used.