Skip to content

3.0.2

Latest

Choose a tag to compare

@AndrewBastin AndrewBastin released this 25 Jun 15:22

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.