bastienGranger / vue-material-datepicker

55 stars 16 forks source link

Not able to make it work #12

Open jbmyid opened 7 years ago

jbmyid commented 7 years ago

[Vue warn]: Failed to mount component: template or render function not defined. (found in )

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)
viktorvillalobos commented 7 years ago

The same here.

haco28 commented 7 years ago

yes me too

justerest commented 7 years ago

me too

exnihilo-creatio commented 7 years ago

@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.

mlg-emma commented 6 years ago

same problem here

kirchrath commented 6 years ago

Same problem here. Unfortunately the way @exnihilo-creatio described will lead into a missing dependency of $ (maybe jQuery) in DatepickerAgenda.

Bobur-kobilov commented 5 years ago

not working here too