even without any other code.\n\n### Version\n\nv3.0.0-alpha.5\n\n### Reproduction\n\n`\u003Ctemplate>\n \u003CUContainer>\n \u003CUForm :schema=\"schema\" :state=\"state\" class=\"space-y-4\" @submit=\"onSubmit\">\n \u003CUFormField label=\"Code\" name=\"Code\"\n >\u003CUInput v-model=\"state.code\" />\n \u003C/UFormField>\n \u003C/UForm>\n \u003C/UContainer>\n\u003C/template>\n\n\u003Cscript setup lang=\"ts\">\nimport { z } from 'zod';\nimport type { FormSubmitEvent } from '#ui/types';\n\nconst supabase = useSupabaseClient();\nconst toast = useToast();\n\n//Form\nconst schema = z.object({\n code: z.string().min(3),\n});\n\ntype Schema = z.output\u003Ctypeof schema>;\n\nconst state = reactive\u003CPartial\u003CSchema>>({\n code: undefined,\n});\n\nasync function onSubmit(event: FormSubmitEvent\u003CSchema>) {\n toast.add({\n title: 'Success',\n description: 'The form has been submitted.',\n color: 'success',\n });\n console.log(event.data);\n}\n\u003C/script>\n`\n\n### Description\n\nUInput causes an error\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2935,2938],{"name":2936,"color":2937},"bug","d73a4a",{"name":2908,"color":2909},2349,"closed","UInput causes error","2024-10-10T14:15:25Z","https://github.com/nuxt/ui/issues/2349",0.70028514,{"description":2946,"labels":2947,"number":2952,"owner":2911,"repository":2911,"state":2940,"title":2953,"updated_at":2954,"url":2955,"score":2956},"### Environment\n\n❯ npx nuxi info\r\nNuxi 3.0.0-rc.9\r\nRootDir: /home/projects/nuxt-color-mode-gqmr51\r\nNuxt project info: \r\n\r\n------------------------------\r\n- Operating System: `Linux`\r\n- Node Version: `v16.14.2`\r\n- Nuxt Version: `3.0.0-rc.9`\r\n- Nitro Version: `0.5.1`\r\n- Package Manager: `npm@7.17.0`\r\n- Builder: `vite`\r\n- User Config: `modules`\r\n- Runtime Modules: `@nuxtjs/color-mode@3.1.5`\r\n- Build Modules: `-`\r\n------------------------------\r\n\r\n👉 Report an issue: https://github.com/nuxt/framework/issues/new\r\n\r\n👉 Suggest an improvement: https://github.com/nuxt/framework/discussions/new\r\n\r\n👉 Read documentation: https://v3.nuxtjs.org\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-color-mode-gqmr51?file=pages/index.vue\n\n### Describe the bug\n\nIn terminal, you can see, that `route.meta.title` is `Hello`, but\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell\n❯ npm install && npm run dev\r\nwarn preInstall No description field\r\nwarn preInstall No repository field\r\nwarn preInstall No license field\r\n┌ [1/4] 🔍 Resolving dependencies\r\n└ Completed in 0.931s\r\n┌ [2/4] 🚚 Fetching dependencies\r\n│ info pruneDeps Excluding 25 dependencies. For more information use\r\n│ `--verbose`.\r\n└ Completed in 0.004s\r\n┌ [3/4] 🔗 Linking dependencies\r\n└ Completed in 0.007s\r\ninfo security We found `install` scripts which turbo skips for security\r\nNuxi 3.0.0-rc.9\r\nNuxt 3.0.0-rc.9 with Nitro 0.5.1\r\n\r\n > Local: http://localhost:3000/ \r\n > Network: http://192.168.1.104:3000/\r\n\r\nℹ Vite server warmed up in 1492ms\r\n✔ Nitro built in 4772 ms\r\nℹ Vite client warmed up in 16611ms\r\nHello\r\nHello\r\nHello\r\nHello\n```\n",[2948,2951],{"name":2949,"color":2950},"3.x","29bc7f",{"name":2922,"color":2923},14867,"definePageMeta not working","2023-11-25T06:30:24Z","https://github.com/nuxt/nuxt/issues/14867",0.71273804,{"description":2958,"labels":2959,"number":2962,"owner":2911,"repository":2911,"state":2940,"title":2963,"updated_at":2964,"url":2965,"score":2966},"### Environment\r\n\r\nNuxi 3.0.0 12:06:36\r\n 12:06:37\r\nRootDir: C:/Users/inmor/Documents/Proyectos/biscuit/biscuit-web 12:06:37\r\nNuxt project info: 12:06:37\r\n\r\n------------------------------\r\n- Operating System: `Windows_NT`\r\n- Node Version: `v19.3.0`\r\n- Nuxt Version: `3.0.0`\r\n- Nitro Version: `1.0.0`\r\n- Package Manager: `pnpm@7.0.0`\r\n- Builder: `vite`\r\n- User Config: `modules`, `build`, `app`, `runtimeConfig`, `routeRules`, `nitro`, `tailwindcss`, `colorMode`\r\n- Runtime Modules: `@nuxtjs/tailwindcss@6.2.0`, `nuxt-icon@0.1.8`, `@nuxt/image-edge@1.0.0-27840416.dc1ed65`, `@nuxtjs/fontaine@0.2.4`, `@nuxtjs/color-mode@3.2.0`\r\n- Build Modules: `-`\r\n------------------------------\r\n\r\n👉 Report an issue: https://github.com/nuxt/framework/issues/new 12:06:37\r\n\r\n👉 Suggest an improvement: https://github.com/nuxt/framework/discussions/new\r\n\r\n👉 Read documentation: https://v3.nuxtjs.org\r\n\r\n### Reproduction\r\n\r\nhttps://github.com/oasisjs/biscuit-web\r\n\r\n## Steps\r\n1. Clone repository\r\n2. Run `pnpm dev`\r\n3. Go to `/utilities/core` route and change to for example `/utilities/x`\r\n4. See error\r\n\r\nCode: https://github.com/oasisjs/biscuit-web/blob/main/pages/utilities/%5Bname%5D.vue#LL195-L197C2\r\n\r\n### Describe the bug\r\n\r\nWhen trying to display the 404 error page, it appears below the current view, and is not displayed at full size even if the fatal option is used.\r\n\r\n### Additional context\r\n\r\nIn production the error does not appear, but in development it does.\r\n\r\n# Error video\r\n\r\nhttps://user-images.githubusercontent.com/56084970/212559075-0de21ca0-192d-42a5-97bf-7af5c726c352.mp4\r\n\r\n\r\n\r\n### Logs\r\n\r\n```shell\r\nNo errors in console.\r\n```\r\n",[2960,2961],{"name":2949,"color":2950},{"name":2922,"color":2923},12392,"Bug: bad error page on dev server","2023-01-22T20:51:36Z","https://github.com/nuxt/nuxt/issues/12392",0.7197797,{"description":2968,"labels":2969,"number":2972,"owner":2911,"repository":2912,"state":2940,"title":2973,"updated_at":2974,"url":2975,"score":2976},"### Environment\n\n-\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.16.0\n\n### Reproduction\n\n- \n\n### Description\n\nUpgraded all deps to the latest and bam Nuxt 3.16.0 is added. We get errors now as Nuxt UI 3 still ships with\n\n`'@unhead/vue': 1.11.20(vue@3.5.13(typescript@5.8.2))\n`\n\nAs of Nuxt 3.16.0 ships with @unhead2:\nhttps://nuxt.com/blog/v3-16#unhead-v2\n\nActual error:\n`[@nuxt/scripts 9:42:20 PM] ERROR Nuxt Scripts requires Unhead >= 2, you are using v1.11.20. Please run nuxi upgrade --clean to upgrade...`\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2970,2971],{"name":2936,"color":2937},{"name":2908,"color":2909},3513,"Nuxt 3.16.0 - ships with @unhead2","2025-03-10T08:49:36Z","https://github.com/nuxt/ui/issues/3513",0.7201082,{"description":2978,"labels":2979,"number":2984,"owner":2911,"repository":2912,"state":2940,"title":2985,"updated_at":2986,"url":2987,"score":2988},"### Description\n\nAt the moment if we are using a backend and we have HTML markup returned for a toast it is rendered as plaintext. Is there a way for us to use the slot to render raw HTML?\n\n\n```\ntoast.add({\n title: getToastTitle(message.type),\n color: getToastColor(message.type),\n icon: getToastIcon(message.type),\n close: true,\n duration: 5000,\n slots: {\n description: () => h('div', { innerHTML: message.message }), // Render raw HTML directly\n },\n onDismiss: () => messages.value.splice(index, 1),\n})\n```\n\nAny help or guidance would be fantastic.",[2980,2983],{"name":2981,"color":2982},"enhancement","a2eeef",{"name":2908,"color":2909},3226,"Support v-html in Toasts","2025-02-05T17:20:56Z","https://github.com/nuxt/ui/issues/3226",0.7246589,{"description":2990,"labels":2991,"number":2994,"owner":2911,"repository":2911,"state":2940,"title":2995,"updated_at":2996,"url":2997,"score":2998},"### Environment\n\nhttps://nuxt.com/docs/guide/directory-structure/pages#custom-routing\n\n### Reproduction\n\nGo to https://nuxt.com/docs/guide/directory-structure/pages#custom-routing and the :ReadMore{link=\"/docs/guide/going-further/custom-router\"} block from documentation leads to a 404 page\r\n\n\n### Describe the bug\n\nIt should redirect to /docs/guide/going-further/custom-routing instead of /docs/guide/going-further/custom-router, might be a bug caused by the filename of the document\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2992,2993],{"name":2949,"color":2950},{"name":2922,"color":2923},19708,"404 link in documentation (custom router)","2023-03-15T15:37:02Z","https://github.com/nuxt/nuxt/issues/19708",0.72476465,{"description":3000,"labels":3001,"number":3006,"owner":2911,"repository":2911,"state":2940,"title":3007,"updated_at":3008,"url":3009,"score":3010},"### Environment\r\n\r\n System:\r\n OS: Windows 10 10.0.19045\r\n CPU: (8) x64 Intel(R) Core(TM) i3-10100F CPU @ 3.60GHz \r\n Memory: 8.10 GB / 15.93 GB\r\n Binaries:\r\n Node: 20.11.0 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.19 - F:\\Other\\nodejs\\global\\yarn.CMD\r\n npm: 10.2.4 - C:\\Program Files\\nodejs\\npm.CMD\r\n pnpm: 8.6.0 - F:\\Other\\nodejs\\global\\pnpm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (117.0.2045.36)\r\n Internet Explorer: 11.0.19041.1566\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-7jsgdv?file=nuxt.config.js\r\n\r\n### Describe the bug\r\nmy test site:http://nuxt2.cqyx.vip\r\nWhen I use the npm run generate,cdn prefix of //, the example.\r\n{.\r\nbuild: {.\r\npublicPath: \"//static.cqyx.vip/nuxt2/\"\r\n}.\r\n}.\r\nStatic resources will report an error and there will be two manifest.js references\r\n\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3002,3003],{"name":2922,"color":2923},{"name":3004,"color":3005},"2.x","d4c5f9",25989,"generate bug","2024-06-30T09:21:40Z","https://github.com/nuxt/nuxt/issues/25989",0.7261559,{"description":3012,"labels":3013,"number":3016,"owner":2911,"repository":2911,"state":2940,"title":3017,"updated_at":3018,"url":3019,"score":3020},"### Environment\n\nNuxi 3.3.3 \r\nNuxt project info: \r\n\r\n------------------------------\r\n- Operating System: `Windows_NT`\r\n- Node Version: `v19.0.0`\r\n- Nuxt Version: `3.3.3`\r\n- Nitro Version: `2.3.2`\r\n- Package Manager: `yarn@1.22.21`\r\n- Builder: `vite`\r\n- User Config: `app`, `router`, `routeRules`, `modules`, `plugins`, `components`, `ssr`, `vite`, `content`, `sitemap`, `runtimeConfig`, `gtag`\r\n- Runtime Modules: `nuxt-simple-sitemap@2.5.0`, `@nuxt/content@2.5.2`, `@vueuse/nuxt@9.13.0`, `nuxt-icons@3.1.0`, `nuxt-gtag@0.5.7`, `./modules/default/index.ts`\r\n- Build Modules: `-`\r\n\n\n### Reproduction\n\nMy Site https://reliz.com/\r\nAdding https://reliz.com//mail.vecloud.net/\r\n\r\nAuto redirect on mail.vecloud.net (any evil site)\n\n### Describe the bug\n\nRouter does not redirect on 404 page.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3014,3015],{"name":2949,"color":2950},{"name":2922,"color":2923},25156,"Open redirect vulnerability","2024-01-11T14:55:11Z","https://github.com/nuxt/nuxt/issues/25156",0.72958654,["Reactive",3022],{},["Set"],["ShallowReactive",3025],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fT7R3_HINhbDl_qpADs2_bq5saTOqeHdg2WaZF01b960":-1},"/nuxt/test-utils/589"]