This repository was archived by the owner on Jun 4, 2024. It is now read-only.
still valid with vue #7
Open
Description
I'm getting:
vue.runtime.esm.js?a427:563 [Vue warn]: Failed to mount component: template or render function not defined.
(found in <Datepicker>)
here's my package.json dependencies:
"dependencies": {
"@websanova/vue-auth": "^2.8.2-beta",
"axios": "^0.15.3",
"vee-validate": "^2.0.0-beta.25",
"vue": "^2.1.10",
"vue-axios": "^2.0.1",
"vue-material-datepicker": "^2.0.1",
"vue-router": "^2.2.0",
"vue-server-renderer": "^2.1.10",
"vuetify": "^0.8.9",
"vuex": "^2.1.2",
"vuex-router-sync": "^4.1.2"
},
and I mount it with:
<template>
<!-- stufff and: -->
<div name="dob"><datepicker orientation="landscape" /></div>
</template>
<script>
import Datepicker from 'vue-material-datepicker'
function getRandomInt(min, max) {
return Math.floor(Math.random() * (max - min + 1)) + min;
}
export default {
props: ['crud', 'id'],
components: { datepicker: Datepicker },
ps> I tried aliasing in vue: 'vue/dist/vue.js'
in my webpack config and it is still breaking
Metadata
Metadata
Assignees
Labels
No labels