Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template or render function not defined. #39

Closed
pkimtani opened this issue Feb 16, 2018 · 8 comments
Closed

Template or render function not defined. #39

pkimtani opened this issue Feb 16, 2018 · 8 comments

Comments

@pkimtani
Copy link

pkimtani commented Feb 16, 2018

I installed the component as described in the doc

and used it this way inside a component:

import VueDateTimePicker from 'vue-datetime-picker' 

export default {
    name: "interaction-details",
    components: {
        VueDateTimePicker
    }
}

HTML:
<vue-date-time-picker/>

But I am getting an error "Template or render function not defined"
I tried using the component at global level as well but still the same error.

Can someone help me if I am doing something wrong here?

@LiFaytheGoblin
Copy link

I have the same problem.

@fabiankaimer
Copy link

Me too.

@odera89
Copy link

odera89 commented Mar 18, 2018

Mee too :(

@joacimjakobsen
Copy link

joacimjakobsen commented Mar 19, 2018

Getting the same error here.

In my case html is not <vue-date-time-picker/> but <vue-datetime-picker>

@LiensHuang
Copy link

me too

@tuvshinbatgeru
Copy link

I think this library is not for vue 2.*.

@imkimchi
Copy link

Anybody resolved this issue?

@fabiankaimer
Copy link

As AkilLis mentioned, this component doesn't seem to work with Vue.js 2.x and it also seems as it is not supported by the developer anymore. I am using "vue-bootstrap-datetimepicker" (https://github.com/ankurk91/vue-bootstrap-datetimepicker) instead. Works perfectly fine for me :)

@pkimtani pkimtani closed this as completed May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants