vue2-helpers
vue2-helpers copied to clipboard
🔧 A util package to use Vue 2 with Composition API easily
Results
2
vue2-helpers issues
Sort by
recently updated
recently updated
newest added
trafficstars
See https://github.com/vueuse/vueuse/issues/902#issuecomment-962563704
This is on Vue 2.7. When I add a guard with `onBeforeRouteLeave` (inside a composable), the specified guard function is registered and called as expected. If I however manage to...