David
Explore posts from serversTwo component files resolving to the same name `UiLabel`
Hello,
I'm creating a web application and when I try to make a component in the folder
app/components/ui/label/index.ts
and app/components/ui/label/Label.vue
like shadcn-vue
does I have this error :
14 replies
Nuxt Studio doesn't detect my project on GitHub
Hello, I want to use nuxt studio for my nuxt content project but it isn't detected. I have already install Nuxt Studio app inside my organisation and make it access to all repos but it doesn't work 😢
4 replies
How do we use nuxt/fonts with local otf files ?
Hi guys! I have to use local font files in my nuxt project. I tried to make an configuration like this :
I have move all my necessary font files in
/public/_fonts
directory, but when I apply font on my element it doesn't work:
/public/_fonts/My Font.otf
font-family: 'My Font'
6 replies
[Content Module]: Infinite page loading when using ProseUl with documentDriven set to true
Environment
- Operating System: Windows_NT
- Node Version: v20.10.0
- Nuxt Version: 3.11.2
- CLI Version: 3.11.1
- Nitro Version: 2.9.6
- Package Manager: [email protected]
- Builder: -
- User Config: css, devtools, modules, content, fonts
- Runtime Modules: @nuxt/[email protected], @nuxtjs/[email protected], @nuxt/[email protected], [email protected]
- Build Modules: -
Reproduction
https://stackblitz.com/edit/github-pckqev
Describe the bug
Infinite page loading when using own
ProseUl
component with documentDriven
set to true
7 replies