Template or render function not defined.
See original GitHub issue[Vue warn]: Failed to mount component: template or render function not defined.
found in
—> <KanbanBoard> <CanvasKanban> at app/assets/javascripts/components/app/campaigns/canvas/kanban/canvas-kanban.vue <App> at app/assets/javascripts/components/app/app.vue <Root> Template:
<template>
<div v-if="loaded" class="kanban">
<canvas-header></canvas-header>
<kanban-board :stages="stages" :blocks="blocks"
@update-flight-status="updateFlightStatus">
<div v-for="block in blocks">
<div>
<strong>id:</strong> {{ block.id }}
</div>
<div>
{{ block.title }}
</div>
</div>
</kanban-board>
</div>
<full-loader v-else></full-loader>
</template>
Am i doing anything wrong?
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Vue template or render function not defined yet I am using ...
In my case, I was getting the error because I upgraded from Laravel Mix Version 2 to 5. In Laravel Mix Version 2,...
Read more >[SOLVED] Component is Missing Template Or Render ...
The “Component is missing template or render function” warning occurs when you import a component and add it to the markup, but the...
Read more >Laravel + Vue.js - template or render function not defined.
Hi, I am trying to use vue-router links to load my home and about.vue but I get this error: app.js:64725 [Vue warn]: Failed...
Read more >Fix vue failed to mount component: template or render function ...
If you are getting failed to mount component: template or render function not defined error. This article will help you to fix the...
Read more >Failed to mount component: template or render function not ...
A render function takes an argument which itself is a function. This function creates you a vnode. The render function expects you to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have just published a new version to NPM which should fix this. Can you let me know?
Just the structure, nevermind