\r\n\u003C/div>\r\n\u003C/template>\r\n\r\n\u003Cscript setup>\r\ndefineProps({ icon: String })\r\n\u003C/script>\r\n```",[],174,"Can the Base component be changed to \"NuxtIcon\" instead of \"Icon\" with the \"name\" attribute?","2024-06-26T16:45:07Z","https://github.com/nuxt/icon/issues/174",0.6866073,{"description":2014,"labels":2015,"number":2025,"owner":1985,"repository":1985,"state":2000,"title":2026,"updated_at":2027,"url":2028,"score":2029},"\n### Environment\n\nNuxt project info: \n\n------------------------------\n- Operating System: Linux\n- Node Version: v20.15.1\n- Nuxt Version: 3.13.2\n- CLI Version: 3.13.2\n- Nitro Version: 2.9.7\n- Package Manager: bun@1.1.8\n- Builder: -\n- User Config: experimental, runtimeConfig, build, devtools, nitro, routeRules, plugins, modules, eslint, pinia, site, delayHydration, i18n, icon, app, content, svgo, sitemap, googleFonts, image, mdc, htmlValidator, compatibilityDate\n- Runtime Modules: @nuxt/ui@2.18.4, @nuxt/image@1.8.0, @nuxt/content@2.13.2, @nuxt/eslint@0.5.7, @nuxtjs/google-fonts@3.2.0, @nuxtjs/fontaine@0.4.3, @nuxtjs/i18n@8.5.5, @nuxtjs/mdc@0.8.3, @nuxtjs/sitemap@6.1.0, @nuxtjs/html-validator@1.8.2, nuxt-delay-hydration@1.3.8, nuxt-svgo@4.0.6, @vueuse/nuxt@11.1.0, @vueuse/motion/nuxt@2.2.5, @pinia/nuxt@0.5.4, @nuxthq/studio@2.0.3, @nuxt/icon@1.5.1, @formkit/auto-animate/nuxt@0.8.2\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\nGithub to reproduction: https://github.com/hoachnt/hoachnt-web\n\n### Describe the bug\n\nI don't know what problem is. I try to fix this bug 2 months and think that problem is in nuxt. And yep I saw in the official website of nuxt has same problem\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2016,2019,2022],{"name":2017,"color":2018},"pending triage","E99695",{"name":2020,"color":2021},"needs reproduction","FBCA04",{"name":2023,"color":2024},"possible regression","B90A42",29387,"Icons not rendering on production build when mounting","2024-10-15T06:27:30Z","https://github.com/nuxt/nuxt/issues/29387",0.69338953,{"description":2031,"labels":2032,"number":2036,"owner":1985,"repository":1986,"state":2000,"title":2037,"updated_at":2038,"url":2039,"score":2040},"Can't we define where we'll be storing those custom icon components in our project?\r\nThis sounds more sane `components/icons`... I looked at the source, but I found nothing that defines this path.\r\n\r\nSo could be that I'm blind, or this `global` directory is something that Nuxt handles?\r\n\r\nKind regards.",[2033],{"name":2034,"color":2035},"question","d876e3",60,"Why `components/global` exactly?","2023-03-13T14:50:53Z","https://github.com/nuxt/icon/issues/60",0.6947204,{"description":2042,"labels":2043,"number":2044,"owner":1985,"repository":1986,"state":2000,"title":2045,"updated_at":2046,"url":2047,"score":2048},"\r\nHello, \r\nThanks for this wonderful module that makes it easier to use icons seamlessly in Nuxt.\r\nThere is need to fix the typo for **icon** under the _**attributes**_ section.",[],98,"Typo in readme","2023-08-17T10:45:48Z","https://github.com/nuxt/icon/issues/98",0.7008009,{"description":2050,"labels":2051,"number":2044,"owner":1985,"repository":1999,"state":2000,"title":2052,"updated_at":2053,"url":2054,"score":2048},"I am using the new nuxt/scripts module and a little confused. I want to enable the lemonsqueezy script globally, I have multiple pages where this is needed. How should I do this? the [docs](https://scripts.nuxt.com/scripts/payments/lemon-squeezy#example) tell me to do the below and I added this in my `app.vue`\r\n\r\n```html\r\n\u003Cscript setup>\r\nconst { Setup } = useScriptLemonSqueezy();\r\nonMounted(() => {\r\n Setup();\r\n});\r\n\u003C/script>\r\n```\r\n\r\nWhats happening\r\n\r\n1. `index.vue` pages opens the checkout overlay\r\n2. `[...productId].vue` pages open the checkout overlay if I open the page directly, but not when I navigate to this page from a `\u003CNuxtLink />` \r\n\r\nI thought this was an issue with the lemon.js script, but when I navigate to the product page from a NuxtLink, I can see `window.LemonSqueezy` has a been initiated which is confusing me even further, everything is working from both parties yet the checkout wont open in the overlay.\r\n\r\nHere's a repro - https://stackblitz.com/edit/github-zk9jpe?file=pages%2Findex.vue",[],"Weird behaviour with lemonsqueezy script from registry","2024-07-06T11:13:23Z","https://github.com/nuxt/scripts/issues/98",{"description":2056,"labels":2057,"number":2058,"owner":1985,"repository":1986,"state":2000,"title":2059,"updated_at":2060,"url":2061,"score":2062},"Is it possible to change the `/components/global` directory. I have checked the code of this module, but it seems to me that it could be something that's inside Nuxt 3?\r\n\r\nProposition:\r\n```js\r\n nuxtIcon: {\r\n size: \"16px\",\r\n source: '~/components/icons' // or an array with multiple values\r\n },\r\n```",[],18,"Feature: Possible to change the icons directory","2023-01-19T16:59:35Z","https://github.com/nuxt/icon/issues/18",0.70218045,{"description":2064,"labels":2065,"number":2069,"owner":1985,"repository":1985,"state":2000,"title":2070,"updated_at":2071,"url":2072,"score":2073},"i've update nuxt and vue-cli, then i've generated a project with vue init nuxt/starter newproject, then i've updated my nuxt.config.js to be able to use i18n and axios\r\n\r\n\r\nthis is my nuxt.config.js\r\n\r\nmodule.exports = {\r\n /*\r\n ** Headers of the page\r\n */\r\n head: {\r\n title: 'starter',\r\n meta: [\r\n { charset: 'utf-8' },\r\n { name: 'viewport', content: 'width=device-width, initial-scale=1' },\r\n { hid: 'description', name: 'description', content: 'Nuxt.js project' }\r\n ],\r\n link: [\r\n { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }\r\n ]\r\n },\r\n /*\r\n ** Global CSS\r\n */\r\n css: ['~assets/css/main.css'],\r\n /*\r\n ** Customize the progress-bar color\r\n */\r\n loading: { color: '#3B8070' },\r\n /*\r\n ** Build configuration\r\n */\r\n router: {\r\n middleware: 'i18n'\r\n },\r\n build: {\r\n /*\r\n ** Run ESLINT on save\r\n */\r\n vendor: ['axios'],\r\n extend (config, ctx) {\r\n if (ctx.isClient) {\r\n config.module.rules.push({\r\n enforce: 'pre',\r\n test: /\\.(js|vue)$/,\r\n loader: 'eslint-loader',\r\n exclude: /(node_modules)/\r\n })\r\n }\r\n }\r\n },\r\n plugins: ['~plugins/i18n']\r\n};\r\n\r\nwhen i do npm run dev or npm run build, i can't build the project and eslint give me this error:\r\n\r\nCannot find module 'eslint-plugin-~plugins/i18n' and don't recognise any other plugin\r\n\r\nI can't understand if vue-cli template is broken with last nuxt version, of it is an eslint issue.\r\n\r\n\r\nAnd by the way, someone can explain me (or give some link in which i can read something about) how i have to integrate an html template if i need to integrate jquery, bootstrap and other libraries into nuxt? I have to load it on client only?\r\n\r\n\r\n\r\n\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/c286\">#c286\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2066],{"name":2067,"color":2068},"2.x","d4c5f9",332,"confusion and errors with nuxt.config.js on a fresh project started with vue cli and nuxt starter template","2023-01-18T15:38:47Z","https://github.com/nuxt/nuxt/issues/332",0.7043621,{"description":2075,"labels":2076,"number":2082,"owner":1985,"repository":1985,"state":2000,"title":2083,"updated_at":2084,"url":2085,"score":2086},"### Environment\n\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.14.0\r\n- Nuxt Version: 3.6.2\r\n- Nitro Version: 2.5.2\r\n- Package Manager: pnpm@8.4.0\r\n- Builder: vite\r\n- User Config: nitro, typescript, runtimeConfig, devServerHandlers, modules, app, postcss, routeRules, i18n, schemaOrg, delayHydration, vite\r\n- Runtime Modules: nuxt-delay-hydration@1.2.1, nuxt-schema-org@2.2.0, @nuxtjs/i18n@8.0.0-beta.10\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-jaeoi1?file=components%2Ffoo.vue\n\n### Describe the bug\n\nHi,\r\n\r\nAfter upgrade to 3.6.2 : \r\n\r\n**After building** the application (no problem in dev) :\r\n\r\nThe icon's url in the inlined css is ok : \r\n```\r\n[data-icon=foo] {\r\n --icon-custom: url(/_nuxt/ic-ecurie.dfbfbb0a.svg);\r\n}\r\n```\r\n\r\nThe icon's url in the **entry.css gives a 404**\r\n```\r\n[data-icon=foo] {\r\n --icon-custom: url(./ic-ecurie.dfbfbb0a.svg);\r\n}\r\n```\r\n\r\nThere's no `_nuxt` in the url because the asset is in the same directory as the css but the browser consider it not and resolve with his path.\r\n\r\n\r\nMaybe i make something wrong but I see no problems in Nuxt 3.5.3 :thinking: \n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2077,2080,2081],{"name":2078,"color":2079},"3.x","29bc7f",{"name":2017,"color":2018},{"name":2020,"color":2021},22086,"Bad path of assets after 3.6 upgrade","2023-07-19T06:47:37Z","https://github.com/nuxt/nuxt/issues/22086",0.7087376,["Reactive",2088],{},["Set"],["ShallowReactive",2091],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"GSET5eeCEPRKBlJcqtxCqzY6esdp6ECC4lmoY6A-ZgA":-1},"/nuxt/icon/201"]