Is there a way to get an element from the dom as writable with typescript support
ref(null) which does not work TypeScript. Any advice as to how I can retrieve an element like such in Nuxt?Issues with Directus Cms and Nuxt
How to use click handlers instead of 'to' in UNavigationMenu items
Can I use nuxt ui without vue router
Uncaught SyntaxError: The requested module '/@id/__vite-optional-peer-dep:vue-router:@nuxt/ui' does not provide an export named 'useRoute'
I can just install vue-router and not define anything but it'd be great if nuxt ui didn't depend on vue-router...Nitro Websocket Cookies
open method than peer.request.headers.get()? This seems janky when I can normally just getCookie(event, ...), and parsing cookie strings is an annoyanceQuestions About Database Migrations
Customize Routing Rule for Main domain and Subdomain(wildcard)
app/router.options.ts for the subdomain
```
import type { RouterConfig } from "@nuxt/schema";
import { useRuntimeConfig } from "#app";...Import file as raw string on a config file (UnoCSS config in this case)
import globalCSS from './app/styles/theme-base.css?raw' within the config but I'm getting
Cannot restart nuxt: Unknown file extension ".css" for <full file path> any idea on how to make the import work? I'm inlining the css instead of using the file as a workaround.
Nuxt 4 compat.
edit: fixed it by using normal fs from Node, looks like the module config doesnt go through vite...nuxt ui pro content navigation not showing up
Nuxt content module: [error] Could not locate the bindings file. better_sqlite3.node
pnpm approve-builds
pnpm approve-builds
Using layers and (sub)domains.
NuxtUI Pro - Github invite link expired
can you explain nuxt content with nuxt ui pro
Memory overflow error when trying to load iconify icons dynamically

nuxt ui tailwind @apply in style tag for custom classes?
How To: Downgrade 3.17.2 to 3.17.1
@nuxt/fonts on NuxtJS v3.17.2.
Can anyone share the proper way to downgrade NuxtJS from 3.17.2 to 3.17.1 without affecting my existing project? ...Development mode component styles generate <style> instead of <link rel="stylesheet">
<style> tags for component CSS instead of a <link> ? I see this behavior in the production build, however, the development build always generates <link> tags for global CSS files and SFC styles.
<link rel="stylesheet" href="/_nuxt/assets/css/main.css" crossorigin>
<link rel="stylesheet" href="/_nuxt/pages/my/page/my-component.vue?vue&type=style&index=0&lang.css" crossorigin>
<link rel="stylesheet" href="/_nuxt/assets/css/main.css" crossorigin>
<link rel="stylesheet" href="/_nuxt/pages/my/page/my-component.vue?vue&type=style&index=0&lang.css" crossorigin>
navigateTo inside useAsyncData
nuxt ui toaster location won't change