-
Similar approach to https://github.com/antfu/unplugin-vue-components#importing-from-ui-libraries
I been using this pattern for `unplugin-vue-components` for a while and I think it turns out a flexi…
antfu updated
4 months ago
-
Currently dynamic imports include things like routes, error components, and any global components (so if using with `@nuxt/content`). I am _very_ concerned to decrease HTML and number of prefetched re…
-
Hi,
I'm trying to figure out how to pass in a custom component when using Nuxt.
I've followed the instructions and created a plugin, but I'm not sure how/where to pass in the custom component
…
-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v18.20.3
- Nuxt Version: ^3.13.2
- CLI Version: 3.14.0
- Nitro Version: -
- Package Manager: …
-
### Problem to solve
In Vuetify2 adding the `nuxt` to a routable component (e.g. `v-btn` or `v-card`) produced a `nuxt-link` if `to` prop or `href` prop was passed. In Vuetify 3 the `nuxt` prop does …
-
### Environment
perating System: Windows_NT
- Node Version: v22.6.0
- Nuxt Version: 3.13.2
- CLI Version: 3.13.2
- Nitro Version: 2.9.7
- Package Manager: npm@10.8.1
- Builder:…
-
Uncaught (in promise) TypeError:
My code:
```
import { useSound } from "@vueuse/sound";
const { play } = useSound("pop.mp3");
```
my nuxt.config.ts:
```
export def…
-
### Description
trying to use `useChallengeV3` composable, when visiting dev server (`npm run dev`) got full page 500 error:
```
Package import specifier "#imports" is not defined in package /var/w…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v20.11.0`
- Nuxt Version: `3.12.3`
- CLI Version: `3.12.0`
- Nitro Version: `2.9.7`
- Package Manager: `bun@1.1.18`…
-
Hey @murisceman,
I found a new bug regarding svg integration.
When using either `https://nuxt.com/modules/nuxt-svgo` or the package `vite-svg-loader` (which the nuxt module is based upon), the pru…