Old documentation #892
Unanswered
lucraraujo
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project using inertia 0.9.2 and inertia-vue 0.6.2 and I need to check the documentation for those versions, specifically for the "inertia-link" component.
Upgrade inertia version is not an option now.Nevermind.
The problem I had was that I was using a "inertia-link" element to generate a anchor link and the target="_blank" was not working because the element is attached to some events that prevents opening another tab.
I changed the "inertia-link" to the good old "a" element and it worked.
Beta Was this translation helpful? Give feedback.
All reactions