Hello,
I dont want to use any cookies on my website, especially because I dont want to add a cookie banner as required by EU law. Unfortunately I couldnt find the possbility to disable the viewport...
### 🐛 The bug
When using `useServerSeoMeta`, the description doesnt get set:
```ts
useServerSeoMeta({
title: 'title mainpage',
description: 'description mainpage',
});
```
Instead it is alwa...
### 🐛 The bug
When using [nuxtjs/i18n](https://i18n.nuxtjs.org/) the `lang` attribute of `html` is falsely set and is the same for all languages. I dont even know where it gets its value from, but...
If you guys use `@nuxt/fonts`, dont forget to set `processCSSVariables` to `true` as [written in the docs](https://fonts.nuxt.com/get-started/configuration#experimental)
Also linking #820 which is...
If you guys use `@nuxt/fonts`, dont forget to set `processCSSVariables` to `true` as [written in the docs](https://fonts.nuxt.com/get-started/configuration#experimental)
Possibly you could do form level validation but dont show the errors until a field gets dirty.
My idea with the binding was that if you need more emits for handling this cases, like keyup and blur...
What really bothered me is that I need to import components in my code (you never have to do that in Nuxt) AND that I need to call `createInput` manually. Maybe if the needed bindings could be pass...
I found multiple errors in the docs but I didnt see an edit button to fix it myself:
- https://vue-formify.matenagy.me/docs/form-level-validation/valibot/ -> It should be `import * as v` instead o...
Yes I know but maybe this can be done by default by Nuxt UI BUT be opted-out in nuxt config?
Nuxt UI is all about convenience. It comes with Nuxt Icons and Nuxt Fonts, they dont need to be install...
Maybe cursor: pointer could be added by default but opt-out with a config variable?
I guess most, if not all, of the developers will want to have a pointer for buttons, tabs, etc
I think they are ALL missing a pointer cursor. Not sure why, but it seems to be a feature not a bug.
First thing I did was adding pointers to all components I use in app.config
You guys need to provide reproduction repos. Probably your problem is an individual problem. Possibly also check if you are using libraries that only work in Node and not in a serverless edge funct...
Unfortunately I dont have the time right now but the following should already do the trick and remove all html tags?
```
const strippedText = input.replace(/<[^>]*>/g, '').trim();
```
I think it ...
Thanks for the info! This makes the parent open by default but it still displays an arrow even tho it is not collapsible. At least the arrow should be hidden, but it would be nice if it also transf...
How can I see the error? I get:
```
An error occurred when executing the pull-components task: Error: [object Object]
```
I dont know what means and how to fix it since the error is not s...
Possibly related: https://github.com/nuxt/ui/issues/2947
For me it works fine on macOS. It seems especially weird to me that this happens on `bun install`. Also this is just a type import that sho...
Hello! I think you dont want to update `main.css` if possible. Always check the [theme section](https://ui3.nuxt.dev/components/modal#theme) of a component to see what you can customize (probably e...
### Environment
-
### Is this bug related to Nuxt or Vue?
Nuxt
### Version
v3 latest commit
### Reproduction
Consider the following simplified example. The badge never changes color. Also if...
Your answer is not even related to this issue. Is this AI generated?
How to set up Drizzle with Wrangler is already shown in the [docs](https://orm.drizzle.team/docs/connect-cloudflare-d1). `gen...