[Vuejs]-Vue SSR: resolveComponent can only be used in render() or setup()

0๐Ÿ‘

โœ…

I was so sure not to have two instances of vue. But I have.

The target platform is an isolated-vm environment. After a lot of debugging I found out, that there is an error on how I resolve module imports. A second import is not delivering the same module instance.
That results in the described error.

Leave a comment