Closed nesymno closed 6 years ago
Hi! Judging by the source code of vue-openapi
, the main exported component of the library is a raw Vue template component, not processed in any way. To work with such components, you have to make sure your module bundler (webpack?) is configured properly.
Closing due to inactivity.
Hey there! I have a trouble with Vue component inside React. I'm using HOC API, like in docs (here).
But get an error:
InvalidCharacterError: Failed to execute 'createElement' on 'Document': The tag name provided ('/static/media/OpenApi.6037cdb6.vue') is not a valid name.
How I do that:
In this case, and components didn't compiled. But (this is the way like in docs) shows me error above. Help! Thanks!
If I use wrapper component, console shows me:
Invalid Component definition