ciril.tr
ciril.tr
### Describe the bug Assets in layers in /public folders aren't being referenced to in stories. ### Reproduction https://stackblitz.com/edit/histoire-nuxt3-starter-wkqjuq?file=components%2FTestVector.story.vue ### System Info ```shell System: OS: Windows 10 10.0.19045 CPU: (16)...
### Describe the bug Similar to [#590](https://github.com/histoire-dev/histoire/issues/590), the custom icon that is a .vue template inside /components/global isn't loaded. ### Reproduction Add [nuxt-modules/icon](https://nuxt.com/modules/icon#vue-component) and Histoire, add a custom .vue component...
### Environment ------------------------------ - Operating System: Linux - Node Version: v18.20.3 - Nuxt Version: 3.12.4 - CLI Version: 3.12.0 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: -...
https://github.com/enkot/nuxt-open-fetch/blob/main/src/module.ts#L32 It would be also nice to document the `${client} = useNitroApp()` server functionality in general. And also extending the type of `useNitroApp()`. Currently I'm solving this locally by adding...