\" },\r\n \"b\": { \"body\": \"\u003Cpath d=\\\"_path_b_\\\"/>\" },\r\n \"c\": { \"body\": \"\u003Cpath d=\\\"_path_c_\\\"/>\" }\r\n },\r\n \"width\": 24,\r\n \"height\": 24,\r\n}\r\n```\r\n\r\nExample API response to `GET /api/iconify-provider/my-icons.json?icons=a,c`\r\n```json\r\n{\r\n \"prefix\": \"my-icons\",\r\n \"icons\": {\r\n \"a\": { \"body\": \"\u003Cpath d=\\\"_path_a_\\\"/>\" },\r\n \"c\": { \"body\": \"\u003Cpath d=\\\"_path_c_\\\"/>\" }\r\n },\r\n \"width\": 24,\r\n \"height\": 24,\r\n}\r\n```\r\n\r\nModule would have to register the custom provider with iconify library:\r\n```ts\r\nimport { addAPIProvider } from '@iconify/vue'\r\naddAPIProvider('nuxt', { resources: ['/api/iconify-provider'] })\r\n```\r\n\r\nAnd the icons should be usable as per example:\r\n```html\r\n\u003Cicon name=\"@nuxt:my-icons:a\"/>\r\n\u003Cicon name=\"@nuxt:my-icons:c\"/>\r\n```",[],97,"icon","Feature Request: Built-in API provider for custom IconifyJSON","2024-10-25T16:58:25Z","https://github.com/nuxt/icon/issues/97",0.7601283,{"description":3103,"labels":3104,"number":3105,"owner":3021,"repository":3097,"state":3043,"title":3106,"updated_at":3107,"url":3108,"score":3109},"\r\nhttps://github.com/user-attachments/assets/a864645c-c0eb-4581-885e-effce6bc8ca9\r\nThis SVG file cannot be displayed\r\nBut using this module( https://nuxt.com.cn/modules/icons )Can display normally\r\n",[],242,"Some SVG cannot be displayed","2024-08-27T10:33:55Z","https://github.com/nuxt/icon/issues/242",0.7638412,{"description":3111,"labels":3112,"number":3120,"owner":3021,"repository":3021,"state":3043,"title":3121,"updated_at":3122,"url":3123,"score":3124},"### Environment\r\n\r\n- Operating System: Linux\r\n- Node Version: v16.20.1\r\n- Nuxt Version: 3.6.5\r\n- Nitro Version: 2.5.2\r\n- Package Manager: pnpm@8.6.12\r\n- Builder: vite\r\n- User Config: ssr, spaLoadingTemplate, app, css, modules, gtag, googleFonts\r\n- Runtime Modules: @nuxtjs/tailwindcss@6.8.0, @nuxtjs/google-fonts@3.0.2, nuxt-gtag@0.5.7, @pinia/nuxt@0.4.11\r\n- Build Modules: -\r\n\r\n### Reproduction\r\n\r\n1. I Install the google-auth-library in nuxtjs 3 with vite\r\n2. then i make the separate helper call spreadsheet.ts for calling the method when i need it\r\n3. this my inside spreadsheet.ts\r\n\r\n4. then i import spreadsheet.ts in another file to hit the method & i got the error like this\r\n\r\nand also on error preview in browser\r\n```bash\r\nat node_modules/.pnpm/agent-base@7.1.0/node_modules/agent-base/dist/index.js (http://localhost:3000/_sastrala-member/node_modules/.cache/vite/client/deps/google-auth-library.js?v=6e413f2f:4899:36)\r\nat __require (http://localhost:3000/_sastrala-member/node_modules/.cache/vite/client/deps/chunk-DFKQJ226.js?v=35cede96:8:50)\r\nat node_modules/.pnpm/https-proxy-agent@7.0.1/node_modules/https-proxy-agent/dist/index.js (http://localhost:3000/_sastrala-member/node_modules/.cache/vite/client/deps/google-auth-library.js?v=6e413f2f:5104:24)\r\nat __require (http://localhost:3000/_sastrala-member/node_modules/.cache/vite/client/deps/chunk-DFKQJ226.js?v=35cede96:8:50)\r\nat node_modules/.pnpm/gaxios@6.1.0/node_modules/gaxios/build/src/gaxios.js (http://localhost:3000/_sastrala-member/node_modules/.cache/vite/client/deps/google-auth-library.js?v=6e413f2f:5223:31)\r\nat __require (http://localhost:3000/_sastrala-member/node_modules/.cache/vite/client/deps/chunk-DFKQJ226.js?v=35cede96:8:50)\r\nat node_modules/.pnpm/gaxios@6.1.0/node_modules/gaxios/build/src/index.js (http://localhost:3000/_sastrala-member/node_modules/.cache/vite/client/deps/google-auth-library.js?v=6e413f2f:5521:20)\r\nat __require (http://localhost:3000/_sastrala-member/node_modules/.cache/vite/client/deps/chunk-DFKQJ226.js?v=35cede96:8:50)\r\nat node_modules/.pnpm/gcp-metadata@6.0.0/node_modules/gcp-metadata/build/src/index.js (http://localhost:3000/_sastrala-member/node_modules/.cache/vite/client/deps/google-auth-library.js?v=6e413f2f:7525:20)\r\nat __require (http://localhost:3000/_sastrala-member/node_modules/.cache/vite/client/deps/chunk-DFKQJ226.js?v=35cede96:8:50)\r\n```\r\n\r\nthis the link [https://stackblitz.com/edit/github-mxmr67?file=pages%2Findex.vue](https://stackblitz.com/edit/github-mxmr67?file=pages%2Findex.vue)\r\n\r\n### Describe the bug\r\n\r\nits error from the bundler or error from vite or maybe the package ?, if the error is from vite can you give me a suggest about the vite config ? to solve this\r\n\r\ni try to fix from this [issue](https://github.com/vitejs/vite/issues/9703) but still not fix\r\n\r\nalso i report this to google-auth-library for making sure [1632](https://github.com/googleapis/google-auth-library-nodejs/issues/1632)",[3113,3116,3117],{"name":3114,"color":3115},"3.x","29bc7f",{"name":3040,"color":3041},{"name":3118,"color":3119},"upstream","E8A36D",22780,"Class extends value undefined is not a constructor or null","2024-10-29T07:41:00Z","https://github.com/nuxt/nuxt/issues/22780",0.7641346,{"description":3126,"labels":3127,"number":3131,"owner":3021,"repository":3021,"state":3043,"title":3132,"updated_at":3133,"url":3134,"score":3135},"I'm using [ElemeFE/Element](https://github.com/ElemeFE/element), I set it up in a plugin as follow:\r\n\r\n```js\r\nimport Vue from 'vue';\r\nimport ElementUI from 'element-ui';\r\nimport lang from 'element-ui/lib/locale/lang/en';\r\nimport locale from 'element-ui/lib/locale';\r\nimport '../theme/index.css';\r\n\r\nlocale.use(lang);\r\nVue.use(ElementUI);\r\n```\r\n\r\nI receive network errors:\r\n\r\n\r\nWith console errors:\r\n`GET http://localhost:3000/_nuxt/fonts%0Element-icons.6f0a763.ttf net::ERR_ABORTED`\r\n\r\nCurrently under **Nuxt v1.3.0**\r\nI think the error might come from nuxt webpack config.\r\n\r\n---\r\n\r\n**File `_nuxt/vendor.js` contains:**\r\n\r\n```js\r\n/***/ \"./node_modules/element-ui/lib/theme-chalk/fonts/element-icons.ttf\":\r\n/***/ (function(module, exports, __webpack_require__) {\r\n\r\nmodule.exports = __webpack_require__.p + \"fonts\\\\element-icons.6f0a763.ttf\";\r\n\r\n/***/ }),\r\n```\r\n\r\n**File `_nuxt/app.js` contains:**\r\n```js\r\n/***/ \"./theme/fonts/element-icons.ttf?t=1510834658947\":\r\n/***/ (function(module, exports, __webpack_require__) {\r\n\r\nmodule.exports = __webpack_require__.p + \"fonts\\\\element-icons.6f0a763.ttf\";\r\n\r\n/***/ }),\r\n```\r\n\r\nDoes the problem come from `\\\\e` that turns into `%0E`?\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/c2493\">#c2493\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3128],{"name":3129,"color":3130},"2.x","d4c5f9",2869,"404 ResourceNotFound (ttf, woff, svg)","2023-01-18T16:09:43Z","https://github.com/nuxt/nuxt/issues/2869",0.76515585,["Reactive",3137],{},["Set"],["ShallowReactive",3140],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fWTsgDcJ4UUP2e2GDsq1C4zDWCiVR_uu3Mt3npaSekwQ":-1},"/nuxt/ui/4109"]