Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Not able to make it work #12

Open
jbmyid opened this issue Apr 30, 2017 · 7 comments
Open

Not able to make it work #12

jbmyid opened this issue Apr 30, 2017 · 7 comments

Comments

@jbmyid
Copy link

jbmyid commented Apr 30, 2017

[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
Copy link

The same here.

@haco28
Copy link

haco28 commented May 22, 2017

yes me too

@justerest
Copy link
Contributor

me too

@exnihilo-creatio
Copy link

exnihilo-creatio commented Jun 22, 2017

@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
Copy link

same problem here

@kirchrath
Copy link

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

@Bobur-kobilov
Copy link

not working here too

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants