Nuxt 3 + Qiankun
Has anyone already attempted this integration?
I'm using a Nuxt 3 host application with Qiankun, which loads several Vue 3 micro-apps built with Vite and the qiankun-vite-plugin. However, I'm having trouble exposing the Qiankun lifecycle hooks in my Nuxt 3 sub-app and subsequently loading it into the host....
Island component: share server data to client side
Et there,
I need to implement a component with a server side data fetching. To ensure it, I found the concept of island components.
But, I don't find a way to share those data with a client's children (or a client part of the component?)....
Nuxt 3 GSAP custom page transitions
i'm having a little problem about nuxt 3 page transition hooks. onBeforeLeave doesn't fire until redirected page loads. problem is i'm using useAsyncData for my profile page. And page transition doesnt start until that function completed, so user still wait in the same page.
here is the source codes:
app.vue...
IntelliJ IDE not recognizing auto-imports unlike VSCode
Hey everyone! 👋
I'm facing an issue with IntelliJ where the auto-imported i18n functions (like
$t
) aren't being recognized, while they work perfectly fine in VSCode.
Setup:...error when integrating nuxthq/studio module
using nuxt-content 3 alpha. tried adding
@nuxthq/studio
to experiment with the cms. getting this error: Nuxt Build Error: [commonjs--resolver] [unimport] failed to find "useContentState" imported from "#imports"
everything else about nuxt-content is working impressively well, though....Getting 404 using Googlebot, but everything seems fine in production.
Hey all!
I have an issue where if I open up my Google Search Console most of my pages are not indexed (this seems a bit random, but most doesnt work), since its returning 404 for the content of the page. The robots tag seems fine, and it is set to follow,index (so it looks like the head looks somewhat good), but the body doesn't.
The live website works fine, however the code is very poorly written, and it is quite slow aswell (going to improve it, but I don't think that relates to the issue).
...

Export const from module for use in app nuxt.config
How do i export a const of eg. favicons from a module to apps, that use the module, so the favicons can be set inside the apps nuxt.config?
Massive Performance Issues with Three.js and other stuff.
I have massive performance issues on this website as seen in this pagespeed test. I tried everything to fix this but no matter what I tried it only got worse or did not work.
If you want pieces of the code ask me....
Can you generate a nuxt app with Vite directly?
Is it possible to preview a Nuxt app using Vite's 'createServer' in middleware mode? I currently have an SPA integrated with a Fastify app that uses static file hosting in production, and I would like to try migrating it to a Nuxt-based MPA.
Resize Table Columns
Hi. Looking at NuxtUi for an app. I need a table component which among other things supports resizing of columns. Not only setting sizes programmatically, but allowing the user to click and drag to resize. Is this available? Looking at the docs, I see examples of sorting, filtering, expanding, but not resizing. Thanks!
Weird firebase error
Expected first argument to collection() to be a CollectionReference, a DocumentReference or Firebase
plugins/firebase.client.js
```...
UBadge leading and trailing slots don't work
Using code copied directly from the docs and the leading and trailing slots aren't doing anything. What could I be missing?
Here's a repro:
https://stackblitz.com/edit/nuxt-ui-uwexr7?file=app.vue...
Access the slot data from a markdown component in <script setup>
I am having this component in markdown that has a list of data, I need to do something with it in the
script setup
tag. How do I do this?
```markdown
::component...Image zoom in
I have a background image for the homepage. When the page width becomes smaller than 800px, a different image is displayed. However, this image is way too zoomed in, making it hard to see anything. When I inspect it using the developer tools, everything looks fine. (https://pastebin.com/h9Kd2538)
eslint end-tag-with-attributes
Hello 🙂
Pretty simple (I hope ^^")
I installed eslint automatically this way, with stylistic without prettier :...
NuxtLink does not let me click
Hello, main issue is when I am on the same page I'm trying to click on, it does not refresh the page. It does not even let me click it as a link, nothing in the network tab as well.
Code:
```
<NuxtLink :to="to" class="px-4 py-4 w-full rounded-md font-bold tracking-wide text-center transition duration-300 ...
Nuxt & PostCss
So my main issue is that i thougt postcss is a nice way to go with nuxt3 (because out of the box support) ( after using scss for a while now ), so everything is working fine
only thing is why mixins ( postcss ) does not work if you put it on a element that is not nested
so for example...
$fetch and useFetch proxy request receive strange binary instead proper json+ld object
Hi, I am using nuxt reverse proxy mothode made by Alexander Lichter, but data is corrupted on client-site.
https://www.youtube.com/watch?v=J4E5uYz5AY8
How correct json should looks like:
```js
const dd = await $fetch('/api/rocket/gallery',)...
