vue-material-datepicker
vue-material-datepicker copied to clipboard
Not able to make it work
[Vue warn]: Failed to mount component: template or render function not defined. (found in <AvmDatepicker>)
I am using vue-material and I have done following
npm install --save vue-material-datepicker
i the bootstrap file
import Datepicker from 'vue-material-datepicker'
Vue.component('datepicker', Datepicker)
The same here.
yes me too
me too
@jbmyid @viktorvillalobos @haco28 @justerest The problem is that the components do not have a name
property . What I did was copy all every files in my own project and give the components a name. However, the project is using an older version of 'moment-range', so the month.js file also has to be updated.
same problem here
Same problem here. Unfortunately the way @exnihilo-creatio described will lead into a missing dependency of $ (maybe jQuery) in DatepickerAgenda.
not working here too