`\r\nthe \"default\" configuration is applied as well (`bottom-0 end-0 `) this happens also if defining the position using the app.config.ts.. I'm assuming i'm doing it wrong.. please advice.. \r\n",[2011,2014],{"name":2012,"color":2013},"duplicate","cfd3d7",{"name":2015,"color":2016},"question","d876e3",2180,"ui","Notification position","2024-09-11T14:08:24Z","https://github.com/nuxt/ui/issues/2180",0.6697375,{"description":2024,"labels":2025,"number":2029,"owner":1985,"repository":2018,"state":2003,"title":2030,"updated_at":2031,"url":2032,"score":2033},"### Environment\n\n------------------------------\n- Operating System: Linux\n- Node Version: v18.20.3\n- Nuxt Version: 3.16.0\n- CLI Version: 3.22.5\n- Nitro Version: 2.11.5\n- Package Manager: npm@10.2.3\n- Builder: -\n- User Config: devtools, modules\n- Runtime Modules: @nuxt/ui@2.21.0\n- Build Modules: -\n------------------------------\n\n### Version\n\nv2.21.0\n\n### Reproduction\n\nhttps://stackblitz.com/github/nuxt/starter/tree/ui?file=package.json\n\n### Description\n\n`npm run build` on the latest nuxt v3.16 on UI v2.21.0 throws the following error:\n\n`[17:41:35] ERROR .nuxt/dist/server/node_modules/_nuxt/ui/dist/runtime/components/elements/Link.vue.mjs (2:18): \"diff\" is not exported by \"node_modules/ohash/dist/index.mjs\", imported by \".nuxt/dist/server/node_modules/_nuxt/ui/dist/runtime/components/elements/Link.vue.mjs\".`",[2026],{"name":2027,"color":2028},"bug","d73a4a",3486,"Generating a production build with nuxt `3.16` throws `ohash` error","2025-03-12T09:19:23Z","https://github.com/nuxt/ui/issues/3486",0.6799866,{"description":2035,"labels":2036,"number":2041,"owner":1985,"repository":2018,"state":2003,"title":2042,"updated_at":2043,"url":2044,"score":2045},"### Environment\n\nmodal.close() dont work,and cant get formref\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.10\n\n### Reproduction\n\nmodal.close() dont work\n\n### Description\n\nmodal.close() dont work,and cant get formref\n\n### Additional context\n\nmodal.close() dont work,and cant get formref\n\n### Logs\n\n```shell-script\nmodal.close() dont work,and cant get formref\n```",[2037,2038],{"name":2027,"color":2028},{"name":2039,"color":2040},"v3","49DCB8",2894,"modal.close() dont work,and cant get formref","2025-01-25T13:12:30Z","https://github.com/nuxt/ui/issues/2894",0.6829866,{"description":2047,"labels":2048,"number":2049,"owner":1985,"repository":1986,"state":2003,"title":2050,"updated_at":2051,"url":2052,"score":2053},"On the \"Enterprise Support\" page, the icons are shrinking when the device width is less than 900 pixels or in tablet view(768px). To resolve this, we can apply the Tailwind CSS class `shrink-0` to three specific child elements and it will prevent shrinking. It will work fine from mobile to desktop device. I'm new to open source contribution. Any suggestions or advice are appreciated.\r\n\r\n**Current code**\r\n```\r\n\u003Cdiv class=\"flex flex-col sm:flex-row items-center gap-4 mb-8\">\r\n \u003Cdiv class=\"w-14 h-14 bg-gray-100 dark:bg-gray-800 ring-1 ring-gray-300 dark:ring-gray-700 rounded-md flex items-center justify-center\">\r\n \u003CUIcon :name=\"icon\" class=\"w-8 h-8\" />\r\n \u003C/div>\r\n\r\n \u003Cdiv>\r\n \u003Ch2 class=\"text-lg font-semibold my-0\">\r\n \u003CContentSlot :use=\"$slots.title\" unwrap=\"p\" />\r\n \u003C/h2>\r\n\r\n \u003Cp class=\"text-gray-500 dark:text-gray-400 text-base mt-1 mb-0\">\r\n \u003CContentSlot :use=\"$slots.description\" unwrap=\"p\" />\r\n \u003C/p>\r\n \u003C/div>\r\n \u003C/div>\r\n```\r\n**My Solution**\r\n```\r\n\u003Cdiv class=\"flex flex-col sm:flex-row items-center gap-4 mb-8\">\r\n \u003Cdiv class=\"w-14 h-14 bg-gray-100 dark:bg-gray-800 ring-1 shrink-0 ring-gray-300 dark:ring-gray-700 rounded-md flex items-center justify-center\">\r\n \u003CUIcon :name=\"icon\" class=\"w-8 h-8\" />\r\n \u003C/div>\r\n\r\n \u003Cdiv>\r\n \u003Ch2 class=\"text-lg font-semibold my-0\">\r\n \u003CContentSlot :use=\"$slots.title\" unwrap=\"p\" />\r\n \u003C/h2>\r\n\r\n \u003Cp class=\"text-gray-500 dark:text-gray-400 text-base mt-1 mb-0\">\r\n \u003CContentSlot :use=\"$slots.description\" unwrap=\"p\" />\r\n \u003C/p>\r\n \u003C/div>\r\n \u003C/div>\r\n```\r\n**Example 1:**\r\n[\r\n\r\n](url)\r\n\r\n**Example 2**\r\n\r\n\r\n**After Solution**\r\n\r\n\r\nShould I create a pull req?\r\n\r\n\r\n\n```[tasklist]\n### Tasks\n```\n",[],1399,"Icons Shrinking below 900px width and in Tablet View(768) on enterprise support page","2023-10-27T09:01:27Z","https://github.com/nuxt/nuxt.com/issues/1399",0.6876579,{"description":2055,"labels":2056,"number":2060,"owner":1985,"repository":1985,"state":2003,"title":2061,"updated_at":2062,"url":2063,"score":2064},"Hello,\r\n\r\nI tried to integrate the vue-simplemde markdown editor (https://github.com/F-loat/vue-simplemde) in Nuxt and got this error:\r\n```\r\n nuxt:render Rendering url / +11m\r\n[vue-router] Failed to resolve async component default: SyntaxError: Unexpected token \u003C\r\n[vue-router] uncaught error during route navigation:\r\n/home/arno/Projekte/Arno/test/nuxt-lebensraum/node_modules/vue-simplemde/markdown-editor.vue:1\r\n(function (exports, require, module, __filename, __dirname) { \u003Ctemplate>\r\n ^\r\nSyntaxError: Unexpected token \u003C\r\n at Object.exports.runInThisContext (vm.js:76:16)\r\n at Module._compile (module.js:528:28)\r\n at Object.Module._extensions..js (module.js:565:10)\r\n at Module.load (module.js:473:32)\r\n at tryModuleLoad (module.js:432:12)\r\n at Function.Module._load (module.js:424:3)\r\n at Module.require (module.js:483:17)\r\n at require (internal/module.js:20:19)\r\n at Object.\u003Canonymous> (/home/arno/Projekte/Arno/test/nuxt-lebensraum/node_modules/vue-simplemde/index.js:6:22)\r\n at Module._compile (module.js:556:32)\r\n at Object.Module._extensions..js (module.js:565:10)\r\n at Module.load (module.js:473:32)\r\n at tryModuleLoad (module.js:432:12)\r\n at Function.Module._load (module.js:424:3)\r\n at Module.require (module.js:483:17)\r\n at require (internal/module.js:20:19)\r\n```\r\nThe import was done like this:\r\n```javascript\r\nimport { markdownEditor } from 'vue-simplemde'\r\nexport default {\r\n components: {\r\n markdownEditor\r\n }\r\n```\r\nwhile the template looked like this:\r\n```\r\n\u003Cmarkdown-editor v-model=\"content\" ref=\"markdownEditor\">\u003C/markdown-editor>\r\n```\r\nHas anyone an idea, how I could fix this problem? Thanks for having a look at this! :)\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c733\">#c733\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2057],{"name":2058,"color":2059},"2.x","d4c5f9",857,"Problem to implement vue-simplemde","2023-01-18T15:39:54Z","https://github.com/nuxt/nuxt/issues/857",0.68989426,{"description":2066,"labels":2067,"number":2069,"owner":1985,"repository":2002,"state":2003,"title":2070,"updated_at":2071,"url":2072,"score":2073},"### Environment\n\n- Operating System: Windows_NT\r\n- Node Version: v18.19.0\r\n- Nuxt Version: 3.11.1\r\n- CLI Version: 3.11.1\r\n- Nitro Version: 2.9.4\r\n- Package Manager: npm@10.2.3\r\n- Builder: -\r\n- User Config: devtools, modules\r\n- Runtime Modules: @nuxt/test-utils/module\n\n### Reproduction\n\nhttps://github.com/chronicadventure/nuxt-bug\r\n\r\njust run `npm test` and the console will error out. *Note* you don't even need an actual test, just the import causes the entire file to fail.\n\n### Describe the bug\n\nImporting `import { mockNuxtImport } from '@nuxt/test-utils/runtime'` as stated in the docs causes the entire test file to fail.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nDEV v1.4.0 C:/Users/AdrianCampos/BugRepo/repro\r\n\r\n ❯ tests/random.nuxt.test.js (0)\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Failed Suites 1 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯\r\n\r\n FAIL tests/random.nuxt.test.js [ tests/random.nuxt.test.js ]\r\nError: Failed to load url #imports (resolved id: #imports) in C:/Users/AdrianCampos/BugRepo/node_modules/@nuxt/test-utils/dist/runtime-utils/index.mjs. Does the file exist?\r\n ❯ loadAndTransform ../node_modules/vite/dist/node/chunks/dep-B-u6xNiR.js:53832:21\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯\r\n\r\n Test Files 1 failed (1)\r\n Tests no tests\r\n Start at 21:58:52\r\n Duration 2.22s (transform 69ms, setup 0ms, collect 0ms, tests 0ms, environment 0ms, prepare 846ms)\r\n\r\n\r\n FAIL Tests failed. Watching for file changes...\r\n press h to show help, press q to quit\n```\n",[2068],{"name":1999,"color":2000},800,"Failed to load url #imports after importing mockNuxtImport","2024-05-26T19:14:39Z","https://github.com/nuxt/test-utils/issues/800",0.69130605,{"description":2075,"labels":2076,"number":2079,"owner":1985,"repository":2018,"state":2003,"title":2080,"updated_at":2081,"url":2082,"score":2083},"### For what version of Nuxt UI are you asking this question?\n\nv3.0.0-alpha.x\n\n### Description\n\nIs there a way we can add a custom class to the tag `\u003Cth>`, in my case I would like to place `w-28` so that it has a fixed width\n\n\n\n\n",[2077,2078],{"name":2015,"color":2016},{"name":2039,"color":2040},2762,"[v3] Custom class to the tag \u003Cth>","2024-12-09T11:14:42Z","https://github.com/nuxt/ui/issues/2762",0.692419,{"description":2085,"labels":2086,"number":2093,"owner":1985,"repository":2094,"state":2003,"title":2095,"updated_at":2096,"url":2097,"score":2098},"Base image is this one\n\n```\nFROM --platform=linux/amd64 oven/bun:alpine as builder\n```\n\nI'm getting this during build time. Anyone run into this?\n\n```\n#13 6.697 ERROR Error while requiring module @nuxt/fonts: RangeError [ERR_ENCODING_NOT_SUPPORTED]: The \"windows-1252\" encoding is not supported\n#13 6.697 \n#13 6.702 \n#13 6.702 ERROR The \"windows-1252\" encoding is not supported\n```\n",[2087,2090],{"name":2088,"color":2089},"needs reproduction","C94E53",{"name":2091,"color":2092},"closed-by-bot","ededed",311,"fonts","Github actions on Docker resulting in windows-1252 encoding not supported","2024-10-13T02:04:20Z","https://github.com/nuxt/fonts/issues/311",0.69366497,["Reactive",2100],{},["Set"],["ShallowReactive",2103],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"f-1B4f7DPDx5xxlKVKl4vk7xBqJY7Rq2Mn_9hFIK1i8":-1},"/nuxt/ui/3053"]