Jules Cordonnier

Results 13 comments of Jules Cordonnier

I would also be interested in a work around !

@danielroe I'm trying to dynamically import images from the assets folder, using your stackblitz example. ``` const val = 'img'; const img = await import(`~/assets/images/${val}.png`).then((r) => r.default); ``` But I...

@danielroe Ok, took some time, but I found the issue. It seems that the dynamic import is not working inside Nuxt components that aren't top level components (it works in...