tighten / ziggy

Use your Laravel routes in JavaScript.
MIT License
3.83k stars 247 forks source link

Fix Vue plugin on Vue 2 #738

Closed bakerkretzmar closed 4 months ago

bakerkretzmar commented 4 months ago

This PR fixes the Vue plugin to work with Vue 2. Closes #737.

Not sure how the underlying changes slipped in, but they weren't supposed to.

This PR makes one small change from the intended previous behavior—in Vue 3, we now register a global route property instead of adding a mixin.