-
Hello I'm looking for a way to render md data from my database on the fly, I have some complex data and having the ability to use vue components in the markdown like in nuxt-content would be great, is…
-
I'd like to have good code organization for the frontend views and components, i.e. decoupling presentation from logic.
We already have routes mapping manually to views, maybe we could look at what N…
-
Some markdown items get their own special `` for instance, open positions...
Instead of handling it in the vue template, Nuxt-content allows for global components to be invoked from the markdown.
W…
-
I'm using the new components module and its a time saver. Thanks a lot.
Unfortunatly, PHPStorm with its vue.js plugin does not recognize the components anymore if they are not imported inside the v…
-
**Module version**
^1.11.3
**Describe the bug**
`npm run generate` command fails with sass error
**To Reproduce**
Steps to reproduce the behavior:
1. add VCarousel to app
2. run in shel…
saike updated
3 years ago
-
**Describe the bug**
After trying to use the DaisyUI component library with Nuxt 3 + Nuxt-WindiCSS, I get the following error:
```
Nuxt CLI v3.0.0-27333388.c824905 …
-
### Environment
- Operating System: `Linux`
- Node Version: `v18.7.0`
- Nuxt Version: `2.16.0-27616340.013f051b`
- Package Manager: `npm@8.15.1`
- Builder: `webpack`
- User Con…
-
My team and I have been working on deploying this PWA to Edgio (https://docs.edg.io/guides/nuxt) and are running into some challenges with the serverMiddleware component of the module. High-level, whe…
-
### Enviroment
Win10 Pro 64x
Nodejs v15.0.0
Npm 7.0.2
I am getting this error when trying to create a new nuxt app
### Creating new app
npx create-nuxt-app nuxt_test
create-nuxt-app v3.…
-
### Is your feature request related to a problem? Please describe
Currently if I want get the html content generated by ``, I need to generate a reference and extract the content with innerHTML.
#…