t-chatoyan / vue-excel-xlsx

Convert your Data as an XLSX file
MIT License
40 stars 28 forks source link

Failed to mount component: template or render function not defined #12

Open bulldoguc opened 3 years ago

bulldoguc commented 3 years ago

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?

dhcoder-se commented 2 years ago

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

jgalindosl commented 2 years ago

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