Orbis
Orbis
NNuxt
Created by Raphael on 10/10/2024 in #❓・help
Why does UButton icon 404 error unless icon is separately pre-loaded?
Mhhh. Do you have a minimal reproduction?
7 replies
NNuxt
Created by Imran on 10/14/2024 in #❓・help
Nuxt dev server from code server
If you want to temporarly deploy your dev state somewhere, you might better use a tunnel (e.g. localtunnel)
20 replies
NNuxt
Created by Imran on 10/14/2024 in #❓・help
Nuxt dev server from code server
You need to proxy that too
20 replies
NNuxt
Created by Imran on 10/14/2024 in #❓・help
Nuxt dev server from code server
I think vite uses ws at some port notify hmr
20 replies
NNuxt
Created by Imran on 10/14/2024 in #❓・help
Nuxt dev server from code server
Dont load = HMR or initially?
20 replies
NNuxt
Created by Raphael on 10/10/2024 in #❓・help
Why does UButton icon 404 error unless icon is separately pre-loaded?
So its generate. I think this part will be rendered at build time. Try 2 buttons with v-show instead.
7 replies
NNuxt
Created by Bobbo on 10/11/2024 in #❓・help
Upgrading from 3.5.0 to 3.13.2 is breaking build
vue2?
14 replies
NNuxt
Created by Bobbo on 10/11/2024 in #❓・help
Upgrading from 3.5.0 to 3.13.2 is breaking build
are you using useId in your project?
14 replies
NNuxt
Created by Bobbo on 10/11/2024 in #❓・help
Upgrading from 3.5.0 to 3.13.2 is breaking build
nvm you did delete lockfile already
14 replies
NNuxt
Created by Bobbo on 10/11/2024 in #❓・help
Upgrading from 3.5.0 to 3.13.2 is breaking build
try pnpm dedupe
14 replies
NNuxt
Created by Raphael on 10/10/2024 in #❓・help
Why does UButton icon 404 error unless icon is separately pre-loaded?
build or generate? 🙂
7 replies
NNuxt
Created by Bobbo on 10/11/2024 in #❓・help
Upgrading from 3.5.0 to 3.13.2 is breaking build
can you create a minimal reproduction?
14 replies
NNuxt
Created by Theiaz on 10/10/2024 in #❓・help
How to pass props to a page?
even if you wanted to reuse a page 1 to 1 like this, you would probably write the complete content as a separate component and then use components in both routes and feed them with the respective props from the route
9 replies
NNuxt
Created by Theiaz on 10/10/2024 in #❓・help
How to pass props to a page?
The guide is not about “vue components”, but rather about the concept of the atomic/dumb component.
9 replies
NNuxt
Created by Theiaz on 10/10/2024 in #❓・help
How to pass props to a page?
I think exactly like @jesse1989pp. . The guide is about not linking components to the router. This does not necessarily include pages at nuxt.
9 replies
NNuxt
Created by Stefano Bartoletti on 10/9/2024 in #❓・help
Problem with Nuxt UI, it looks like some CSS classes don't correctly apply styles
maybe border radius is a problem too 🙂 (looks like it should not have radius top)
5 replies
NNuxt
Created by Stefano Bartoletti on 10/9/2024 in #❓・help
Problem with Nuxt UI, it looks like some CSS classes don't correctly apply styles
No description
5 replies
NNuxt
Created by KasparsCP on 10/9/2024 in #❓・help
Anyway to access root div id=__nuxt content and use it inside a slot?
depending on what you want to achieve, this may help you https://nuxt.com/docs/api/nuxt-config#spaloadingtemplate
3 replies