inertia
inertia copied to clipboard
Allow components and global identifiers to be passed
Previously, only a string representation of an HTMLElement could be passed as the as prop to an Inertia Link instance.
This change allows both a Vue Component or a globally registered component reference to be used in addition to the default behaviour.