vue-material-datepicker icon indicating copy to clipboard operation
vue-material-datepicker copied to clipboard

Not able to make it work

Open jbmyid opened this issue 7 years ago • 7 comments

[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)

jbmyid avatar Apr 30 '17 12:04 jbmyid

The same here.

viktorvillalobos avatar May 19 '17 14:05 viktorvillalobos

yes me too

haco28 avatar May 22 '17 16:05 haco28

me too

justerest avatar Jun 14 '17 16:06 justerest

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

exnihilo-creatio avatar Jun 22 '17 21:06 exnihilo-creatio

same problem here

mlg-emma avatar Sep 29 '17 23:09 mlg-emma

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

kirchrath avatar Oct 11 '17 18:10 kirchrath

not working here too

Bobur-kobilov avatar Jan 21 '19 08:01 Bobur-kobilov