\n\u003C/template>\n\n\u003Cscript setup>\n\tconst keyword = ref('');\n\n\twatchEffect(() => {\n\t\tconsole.log('🚀 ~ watchEffect ~ keyword.value:', keyword.value);\n\t});\n\u003C/script>\n```\n\n\n\n```vue\n\u003Ctemplate>\n\t\u003CUInput v-model=\"keyword\" />\n\u003C/template>\n\n\u003Cscript setup>\n\tconst keyword = ref('');\n\n\twatchEffect(() => {\n\t\tconsole.log('🚀 ~ watchEffect ~ keyword.value:', keyword.value);\n\t});\n\u003C/script>\n```\n\n### Logs\n\n```shell-script\n\n```",[1984,1987],{"name":1985,"color":1986},"bug","d73a4a",{"name":1988,"color":1989},"triage","ffffff",2713,"nuxt","ui","open","UInput Component Lacks Proper Handling of compositionstart and compositionend","2024-11-21T06:40:46Z","https://github.com/nuxt/ui/issues/2713",0.69047,{"description":1999,"labels":2000,"number":2009,"owner":1991,"repository":1992,"state":1993,"title":2010,"updated_at":2011,"url":2012,"score":2013},"### Environment\n\n- Operating System: Linux\n- Bun Version: v1.1.29\n- Vue Version: v3.5.13\n- Vite Version: v5.4.11\n- Package Manager: bun@1.1.29\n\n### Is this bug related to Nuxt or Vue?\n\nVue\n\n### Version\n\nv3.0.0-alpha.9\n\n### Reproduction\n\nUnable to run on \u003Chttps://stackblitz.com/edit/vitejs-vite-2s99rp> because of https://github.com/stackblitz/core/issues/1855 (I think) but I'll create a repo as soon as I can.\n\n### Description\n\nAfter following the setup tutorial for the installation of Nuxt UI in a Vue-only environment and running the project, I get an error (see logs). \nThe only different thing in the setup I had to do is that, as I am building a custom element, I did:\n```ts\nconst Widget = defineCustomElement(App, {\n\tconfigureApp(app) {\n\t\tapp.use(ui)\n\t\tapp.use(i18n)\n\t\tapp.provide(I18nInjectionKey, i18n)\n\t},\n})\n```\nInstead of the usual `createApp` method. Did I miss something?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n15:53:45 [vite] Internal server error: [postcss] postcss-import: /home/dany/Documenti/GitHub/chat-widget/node_modules/@nuxt/ui/dist/module.mjs:1:16: Unknown word\n Plugin: vite:css\n File: /home/dany/Documenti/GitHub/chat-widget/node_modules/@nuxt/ui/dist/module.mjs:1:15\n 1 | import defu, { defu as defu$1 } from 'defu';\n | ^\n 2 | import { defineNuxtModule, createResolver, addVitePlugin, addPlugin, addComponentsDir, addImportsDir, extendPages, hasNuxtModule, installModule } from '@nuxt/kit';\n 3 | import { d as defaultOptions, r as resolveColors, a as getDefaultUiConfig, b as addTemplates, c as buildTemplates } from './shared/ui.d52SSCwA.mjs';\n at Input.error (/home/dany/Documenti/GitHub/chat-widget/node_modules/postcss/lib/input.js:106:16)\n at Parser.unknownWord (/home/dany/Documenti/GitHub/chat-widget/node_modules/postcss/lib/parser.js:593:22)\n at Parser.other (/home/dany/Documenti/GitHub/chat-widget/node_modules/postcss/lib/parser.js:435:12)\n at Parser.parse (/home/dany/Documenti/GitHub/chat-widget/node_modules/postcss/lib/parser.js:470:16)\n at parse (/home/dany/Documenti/GitHub/chat-widget/node_modules/postcss/lib/parse.js:11:12)\n at get root [as root] (/home/dany/Documenti/GitHub/chat-widget/node_modules/postcss/lib/no-work-result.js:119:14)\n at Result.get [as root] (/home/dany/Documenti/GitHub/chat-widget/node_modules/postcss/lib/no-work-result.js:27:21)\n at loadImportContent (file:///home/dany/Documenti/GitHub/chat-widget/node_modules/vite/dist/node/chunks/dep-C6EFp3uH.js:867:33)\n at async Promise.all (index 0)\n at async resolveImportId (file:///home/dany/Documenti/GitHub/chat-widget/node_modules/vite/dist/node/chunks/dep-C6EFp3uH.js:800:27)\n15:53:45 [vite] Pre-transform error: [postcss] postcss-import: /home/dany/Documenti/GitHub/chat-widget/node_modules/@nuxt/ui/dist/module.mjs:1:16: Unknown word\n```",[2001,2002,2005,2006],{"name":1985,"color":1986},{"name":2003,"color":2004},"v3","49DCB8",{"name":1988,"color":1989},{"name":2007,"color":2008},"vue","42b883",2827,"Internal server error: [postcss] postcss-import: Unknown word","2025-03-15T05:10:43Z","https://github.com/nuxt/ui/issues/2827",0.7260481,{"description":2015,"labels":2016,"number":2017,"owner":1991,"repository":2018,"state":1993,"title":2019,"updated_at":2020,"url":2021,"score":2022},"https://github.com/nuxt/test-utils/blob/eea83976f5e2cfdc87a3e7f18edc641369f89abf/examples/app-playwright/playwright.config.ts#L14-L17\n\nI think it should be something like\n\n```ts\n/* Test against branded browsers. */\n{\n name: 'Microsoft Edge',\n use: { ...devices['Desktop Edge'], channel: 'msedge' },\n},\n{\n name: 'Google Chrome',\n use: { ...devices['Desktop Chrome'], channel: 'chrome' },\n}\n```\n\nand the type should something like\n\n```ts\nsatisfies (keyof typeof devices | Project)[]\n```\n\n",[],1143,"test-utils","Playwright config - Test against branded browsers","2025-02-24T16:20:13Z","https://github.com/nuxt/test-utils/issues/1143",0.7549082,{"description":2024,"labels":2025,"number":2026,"owner":1991,"repository":2027,"state":2028,"title":2029,"updated_at":2030,"url":2031,"score":2032},"### Environment\r\n\r\nN/A\r\n\r\n### Reproduction\r\n\r\nN/A\r\n\r\n### Describe the bug\r\n\r\nGoing to https://nuxt.com/modules/tailwindcss resulted in this:\r\n\r\n\u003Cimg width=\"573\" alt=\"image\" src=\"https://github.com/nuxt/nuxt/assets/26592486/c1018a94-852c-46f2-ae1b-2c42f83028e4\">\r\n\r\n**ID as Text**: `cle1::k9s6r-1697123779540-48474018b10e`\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[],1368,"nuxt.com","closed","nuxt.com 504: GATEWAY_TIMEOUT","2023-10-18T11:04:15Z","https://github.com/nuxt/nuxt.com/issues/1368",0.709743,{"description":2034,"labels":2035,"number":2036,"owner":1991,"repository":2018,"state":2028,"title":2037,"updated_at":2038,"url":2039,"score":2040},"in [module testing docs](https://test-utils.nuxtjs.org/api-reference/module-testing) page It only shows the following options:\r\n- `addPlugin`\r\n- `addLayout` \r\n- `addErrorLayout`\r\n- `addServerMiddleware` \r\n- `requireModule`\r\n\r\nBut the `addModule` option is not documented although it can be used!",[],449,"Module testing page is missing the \"addModule\" option","2023-12-02T00:13:11Z","https://github.com/nuxt/test-utils/issues/449",0.72769004,{"description":2042,"labels":2043,"number":2050,"owner":1991,"repository":1991,"state":2028,"title":2051,"updated_at":2052,"url":2053,"score":2054},"How can we use async/await in components and in Vuex actions?\r\n\r\nWhen I try to use it right now, I get an error.\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This feature request is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c67\">#c67\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2044,2047],{"name":2045,"color":2046},"question","cc317c",{"name":2048,"color":2049},"2.x","d4c5f9",84,"How can I use async/await within my components?","2023-01-18T15:38:24Z","https://github.com/nuxt/nuxt/issues/84",0.7382274,{"description":2056,"labels":2057,"number":2062,"owner":1991,"repository":2063,"state":2028,"title":2064,"updated_at":2065,"url":2066,"score":2067},"at the moment redeploys on cloud providers with `experimental.buildCache` result in font files not being included in published site\r\n\r\n",[2058,2059],{"name":1985,"color":1986},{"name":2060,"color":2061},"good first issue","7057ff",266,"fonts","support for nuxt `experimental.buildCache`","2024-09-23T14:18:03Z","https://github.com/nuxt/fonts/issues/266",0.74526626,{"description":2069,"labels":2070,"number":2072,"owner":1991,"repository":1991,"state":2028,"title":2073,"updated_at":2074,"url":2075,"score":2076},"I have set proxy, so I can use context.app.$axios to request, but is it used only in asyncData or fetch?\r\ncan I used context in other method ?\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/c1891\">#c1891\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2071],{"name":2048,"color":2049},2134,"Wher can i use the context object ?","2023-01-18T15:43:10Z","https://github.com/nuxt/nuxt/issues/2134",0.7462961,{"description":2078,"labels":2079,"number":2081,"owner":1991,"repository":1991,"state":2028,"title":2082,"updated_at":2083,"url":2084,"score":2085},"So, I have some axios call in `asyncData`, after while i would like to recall this action again, is it possible to call asyncData as a one big function again from `created` hook e.g.? Something like `this.asyncData()` ?\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/c2334\">#c2334\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2080],{"name":2048,"color":2049},2684,"Is it possible to recall actions from asyncData?","2023-01-18T16:02:28Z","https://github.com/nuxt/nuxt/issues/2684",0.7506315,{"description":2087,"labels":2088,"number":2017,"owner":1991,"repository":2027,"state":2028,"title":2089,"updated_at":2090,"url":2091,"score":2022},"- Add a section displaying Social icons linking (_blank) to each.\n\nFields in agency item (name and order of display):\n- twitter\n- github\n- linkedin\n- facebook\n",[],"[Agency page] Add Social section","2023-09-05T08:18:52Z","https://github.com/nuxt/nuxt.com/issues/1143",["Reactive",2093],{},["Set"],["ShallowReactive",2096],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"fU8tLasRa15SL_uaZlsk60MHpwLls5kjfdIiiCjqt8c":-1},"/nuxt/fonts/193"]