Drew Baker

Results 178 comments of Drew Baker
trafficstars

Maybe I’m misunderstand async components, but isn’t there lots of scenarios where a component can be used in different places, sometimes async and sometimes not? So by using the filename...

Oh Ok I’m that case AsyncFoo seems great!

@pi0 any tips how how we can or should be using this with SVGs (as Vue components with a loader?)

Would love to see this merged team!

It's strange, because it works with the mouse wheel on my logitech mouse, but if I use the trackpad, it is just -1 or 1. Chrome and Firefox is fine....

You only have to do it the first time the person logs in. It isn’t saved on a hard reload because this is a lightweight plugin by design. But if...

Yeah I’d like to know the best patten for this too.

This is something I’d love to figure out to. A “nuxtGenerateInit” function. I suspect using a plugin with and the generate hook is the way to go, but I’m not...

I made this module to solve this: https://github.com/funkhaus/fuxt/tree/master/modules/populate

Narrowed this down to require two things. You must have a `~/pages/_.vue` template, and that template must just be an import of another template like: ``` // This is how...