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 d7c7068 commit 0ffa640Copy full SHA for 0ffa640
src/components/DatePicker.vue
@@ -43,7 +43,6 @@ export default {
43
},
44
);
45
if (this.isInline) return getPickerComponent();
46
- console.log(this.$scopedSlots);
47
return h('popover', {
48
attrs: {
49
isExpanded: this.popoverExpanded,
0 commit comments