We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b93940 commit edecf70Copy full SHA for edecf70
src/components/Datepicker.vue
@@ -334,6 +334,9 @@ export default {
334
return this.close()
335
}
336
this.setInitialView()
337
+ if (!this.isInline) {
338
+ this.$emit('opened')
339
+ }
340
},
341
setInitialView () {
342
const initialView = this.computedInitialView
@@ -368,7 +371,6 @@ export default {
368
371
this.close()
369
372
this.showDayView = true
370
373
if (!this.isInline) {
- this.$emit('opened')
374
document.addEventListener('click', this.clickOutside, false)
375
376
0 commit comments