vue-pixi
vue-pixi copied to clipboard
Removed the check to the Visible prop on first load
At first load if the prop Visible is set to FALSE the check if (this.visible)
doesn't let to set visibility to my instance.
I've change the prop declaration giving the default value set to TRUE.