Merge branch 'master' of https://github.com/primefaces/primevue
commit
558418030f
|
@ -367,6 +367,11 @@ export default {
|
|||
},
|
||||
showTime() {
|
||||
this.updateCurrentMetaData();
|
||||
},
|
||||
months() {
|
||||
if (this.overlay) {
|
||||
setTimeout(this.updateFocus, 0);
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in New Issue