Victor Blagomir

Results 17 comments of Victor Blagomir

it also did not work for me in Meteor.. :-(

Strange, I will try again in a clean html setup. Meanwhile could you please let me know your browsers versions? The zip is unfortunately not an option in my current...

Had similar issue, spent few hours dealing with it. Finally figured out that I forgot to add .vueignore file with 'node_modules/' inside, as per documentation, because without it, the builder...

And yet that was the reason how I managed to remember it (referencing to codepen). Maybe 'codegist' as an alternative name?

I have double checked if that could be the problem of using Vue's Composition API () but no, it is the same on isolated Options API as well.

Tested by downgrading npm `vue` package gradually from the latest back to 3.0. On 3.2.47 starting to get different error (and the page is partially rendered except of router-related elements):...

@lazd thank you for the solution, so far works great. Could please anyone (@natew) explain this: > wrap touch scrollable content with something that is 1px off but -1px margins?...