nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.39k stars 859 forks source link

SVGIcon.vue TypeError blocks date selection #597

Closed andrewtweber closed 4 years ago

andrewtweber commented 4 years ago

When the datepicker popover appears, I get this console error

Screen Shot 2020-05-25 at 7 52 48 PM

Here's where the _vm._g function is being used:

return _c('svg',_vm._g({staticClass:"vc-svg-icon",attrs:{"width":_vm.width,"height":_vm.height,"viewBox":_vm.viewBox}},_vm.$listeners)

The popover displays, but the left and right navigation arrows aren't visible so I'm guessing that's where the error is occurring. Clicking on a date gives the date a gray background but not the colored background, and the model doesn't update.

Screen Shot 2020-05-25 at 7 54 36 PM

andrewtweber commented 4 years ago

Seems like a mismatch of the Vue version... never mind