vue-excel-xlsx
vue-excel-xlsx copied to clipboard
Failed to mount component: template or render function not defined
I have added vue-excel-xlsx into my existing Vue component, and I can see the component and its attributes in Vue Devtools, but I keep getting this console error. Any thoughts?
I have exactly the same problem. @bulldoguc did you find a way around it?
I think this component cannot be mouted directly on the vue component. It has to be instantiated globally. That worked for me.