$inertia.back() #562
dillingham
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
Hey Brian, is there anything wrong with just using History.back()? window.history.back() |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
In working with Laravel Jetstream I realized how much I loved having
back()
in vue-routerVery useful for
Cancel
buttons in forms that could be reached from multiple locations.Linking to edit from index & show, cancel cant just link to
index
orshow
without disrupting the flow.Would pair nicely with modals in #584
Beta Was this translation helpful? Give feedback.
All reactions