Imad abdulkarim

Results 37 comments of Imad abdulkarim

@datWeazel your solution works for me with vue SFC files that don't have a style block. when adding a style block I get: ``` ERROR RollupError: app/components/Test.vue?vue&type=style&index=0&scoped=f8146ecb&lang.css (2:28): Expected ';',...

@datWeazel interesting approach, this should be perfect to render the entire html and css needed! I guess only thing I need to adjust in is how I pass the data...

@danielroe I don't think it's caused by nitro, isn't the SSG functionality part of nuxt and not nitro?

> Workaround @iBobik your workaround isn't working, i'm getting `cp: .output/public is not a directory` The dir `.output` only contains a nitro.json and nothing else for me. Anything i'm missing?

thanks! I didn't know you could pass HTML like that. It's not ideal of course because it's static and harder to interact with. my goal it pretty much get that...

yes, i'm aware of that, and that's what I ended up doing, but it was painful from the sizing, to the animation.

@danielroe here's [a repro](https://stackblitz.com/edit/github-qjn2d7-zvqdsp?file=package.json) - latest version of vue `3.5.10` - nuxt `3.10.0` as you can see, things work just fine, it's unlikely to be vue imo