Open
Description
Hi,
I'm currently having an issue that occurs when Vue Router tries to load a vue grid layout component for the second time. On first load, everything is fine.
I have a vue component called Home that contains a vue grid layout component. When I leave the component and get back to it (with vue router), a maximum call stack error occurs that says : ' [Vue warn]: Error in nextTick: "RangeError: Maximum call stack size exceeded" '.
Any idea ?
Thanks