Adrian Adkison
Adrian Adkison
It works in iOS 9 and 10. Just not 11 so disabling for just them seems reasonable.
Without knowing too much about the goal here, IMO this is an anti-pattern (disclaimer: I'm just some guy and not related to the vue team). A great advantage of component...
@lahmatiy Also, thanks for 1.1.0 release. Both Sass and CSS Modules syntax work well in my repository.
Makes sense. Thanks for the explanation. As mentioned in the other issue, I do get an indentation error warning from stylelint that at least lets me know something is wrong...
looking forward to the updates ;)
Based on my reading of source code, it appears beforeRouteLeave is the **first item** in the navigation guard lifecycle. This makes sense to me because the intention, at least in...
After looking at the docs again the leave hooks are referenced in the flow but are not using the keyword `beforeRouteLeave` which actually made me miss it too. This [PR](https://github.com/vuejs/vue-router/pull/2190)...
`beforeRouteLeave` also depends on whether the component is re-used.
I want to put things a little differently than what has been said here. By not resetting refs, the React "double render" stress test creates behavior that only exists in...
react-query is GOAT! Thank you