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.
Source:stackexchange.com