Bogdan Kostyuk
Bogdan Kostyuk
For me issue was resolved after downgrading next to version lower 12.2.0 🤷♂️
Same here. But I also discovered that the scroll is jumping around only when user is using touchpad, if you use mousewheel it will behave as intended. P.S. Using firefox...
How do you pass or set defaults for ``vue-scrollto`` in Vue 3? I tried to use setDefaults function ```js VueScrollTo.setDefaults({ duration: 2000, }); ``` but is says: ``setDefaults is not...
> anyway, your sw has errors: missing `race` and `debug` variables and error in L55 I thought that they would be somehow inlined at the build time 😅. I took...
Same could be applied to `useState` composable
@danielroe Implemented something like what you said. But it has one issue, when wrapped in `Transition` it will log that: "component inside `Transition` is rendering non root component". That's why...
Yeah, that would be also great. Plus, it will be more consistent with components `.(server|client).vue`. Will implement this closer to weekend 😅
Hey @danielroe, my first time here! Would love any feedback 😀
I don't think that i fully understand what provider aware means and nitro job in preview mode. Could you provide some more details ?
@Atinux @lihbr Thank you for the review! I was using the VueUse library as an example and they use `controls` in some composables to expose more controls from the return...