vue-excel-xlsx icon indicating copy to clipboard operation
vue-excel-xlsx copied to clipboard

Failed to mount component: template or render function not defined

Open bulldoguc opened this issue 3 years ago • 2 comments

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?

bulldoguc avatar Mar 04 '21 23:03 bulldoguc

I have exactly the same problem. @bulldoguc did you find a way around it?

dhcoder-se avatar Feb 06 '22 17:02 dhcoder-se

I think this component cannot be mouted directly on the vue component. It has to be instantiated globally. That worked for me.

jgalindosl avatar Feb 14 '22 21:02 jgalindosl