manik005
Results
1
issues of
manik005
I`m trying to implement it as vuejs component like below. ``` Vue.component('semantic-date-picker', { template: '',` props: ['value'], mounted: function() { console.log('init the calendar'); var t = this; $(t.$el).calendar({ onChange: function...