This release tweaks how the dioc/vue
plugin is provided in Vue components.
For certain environments, the VUE_CONTAINER_KEY
field inside is duplicated and this causes a situation where the keys are duplicated and since they are symbols, they will always be not equal.
Now, VUE_CONTAINER_KEY
is a string directly.