\n \u003CPageContentblock v-for=\"(item, index) in posts.data[0].content\" :key=\"item.id\" :item=\"item\" v-once/>\n \u003C/div>\n\u003C/template>\n\u003Cscript setup lang=\"ts\">\nconst img = useImage()\nconst { data: posts } = await useAsyncData('home', () => $fetch('https://dummyurl.to.directus'), { watch: false, deep: false, strategy: 'static' })\nvar metaData = [{ name: 'description', content: posts.value.data[0].meta_description }, { property: 'og:image', content: img('/directus/assets/' + posts.value.data[0].OG_Image,{ width: 1024, height: 576, format: 'webp'}) }]\nuseHead({\n title: posts.value.data[0].titel,\n meta: metaData\n})\n\u003C/script>\n\n### Reproduction\n\nYou can see the issue live on my production website when you open the console:\nhttps://www.florian-strasser.de\n\n### Describe the bug\n\nWhen I switched over from nuxt 2 to nuxt 3 it introduced my website to the warning:\n`The resource https://www.florian-strasser.de/_payload.json?54c17914-61aa-4ea1-86d9-735ec3e50181 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it wasn't preloaded for nothing.`\n\nAt first I thought that this will be fixed during later patches, but now we are more or less before nuxt 4 and it still appears.\n\nSince the latest patches there is also another json file that has a similar warning:\n`[Warning] The resource https://www.florian-strasser.de/_nuxt/builds/meta/54c17914-61aa-4ea1-86d9-735ec3e50181.json was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it wasn't preloaded for nothing.`\n\nThe Files are not that big as I would expect any problems - also my page speed results are pretty good so I really don't understand what could be the issue for that type of warning. When inspecting the payload json someone could argue that this is actually alot of text, but I don't see other possibilities when creating an entire page.\n\nFor the meta file I'm even more confused since is a very small file.\n\nAnyone has an idea?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3020,3023],{"name":3021,"color":3022},"pending triage","E99695",{"name":3024,"color":3025},"needs reproduction","FBCA04",30833,"nuxt","open","[de:translated] payload.json and meta json file preloaded but not used within a few seconds","2025-03-18T22:28:42Z","https://github.com/nuxt/nuxt/issues/30833",0.7040456,{"description":3034,"labels":3035,"number":3038,"owner":3027,"repository":3039,"state":3040,"title":3041,"updated_at":3042,"url":3043,"score":3044},"",[3036],{"name":3024,"color":3037},"C94E53",332,"fonts","closed","How to connect and use a 3 custom fonts in a Nuxt3 project with your module and tailwind?","2025-05-07T13:22:47Z","https://github.com/nuxt/fonts/issues/332",0.4646388,{"description":3046,"labels":3047,"number":3054,"owner":3027,"repository":3055,"state":3040,"title":3056,"updated_at":3057,"url":3058,"score":3059},"### Description\n\nI'm unable to extend the tailwind config, basically I'm just trying to use prose utils from tailwind but more globally I cannot find anything in the doc on how to extend our tailwind config when usign Nuxt UI ?",[3048,3051],{"name":3049,"color":3050},"question","d876e3",{"name":3052,"color":3053},"v3","49DCB8",4327,"ui","How to use tailwindcss/typography plugin with Nuxt UI ?","2025-06-11T16:26:16Z","https://github.com/nuxt/ui/issues/4327",0.6708574,{"labels":3061,"number":3068,"owner":3027,"repository":3027,"state":3040,"title":3069,"updated_at":3070,"url":3071,"score":3072},[3062,3065],{"name":3063,"color":3064},"3.x","29bc7f",{"name":3066,"color":3067},"bug","d73a4a",11937,"Error when attempting to use Tailwind CSS with Nuxt 3","2023-01-19T16:08:26Z","https://github.com/nuxt/nuxt/issues/11937",0.6838727,{"labels":3074,"number":3075,"owner":3027,"repository":3027,"state":3040,"title":3069,"updated_at":3076,"url":3077,"score":3078},[],12025,"2023-01-19T15:54:17Z","https://github.com/nuxt/nuxt/issues/12025",0.6853564,{"description":3080,"labels":3081,"number":3086,"owner":3027,"repository":3027,"state":3040,"title":3087,"updated_at":3088,"url":3089,"score":3090},"I develop a website that runs with Nuxt 3.13.2, DaisyUI and TailwindCSS with bunch of nuxt modules, kindly please check the package.json details below:\n\n```\n{\n \"name\": \"the-website\",\n \"private\": true,\n \"type\": \"module\",\n \"scripts\": {\n \"build\": \"nuxt build\",\n \"dev\": \"nuxt dev\",\n \"generate\": \"nuxt generate --modern\",\n \"preview\": \"nuxt preview\",\n \"postinstall\": \"nuxt prepare\"\n },\n \"dependencies\": {\n \"@nuxt/image\": \"^1.8.1\",\n \"@nuxtjs/google-fonts\": \"^3.2.0\",\n \"@nuxtjs/i18n\": \"^8.3.3\",\n \"@nuxtjs/seo\": \"^2.0.0-rc.15\",\n \"@nuxtjs/tailwindcss\": \"^6.12.0\",\n \"@vee-validate/nuxt\": \"^4.13.2\",\n \"@vee-validate/yup\": \"^4.13.2\",\n \"@vueuse/core\": \"^11.1.0\",\n \"@vueuse/nuxt\": \"^11.1.0\",\n \"nuxt\": \"^3.13.2\",\n \"nuxt-booster\": \"^3.1.5\",\n \"nuxt-icons\": \"^3.2.1\",\n \"nuxt-mail\": \"^5.0.1\",\n \"nuxt-marquee\": \"^1.0.4\",\n \"nuxt-snackbar\": \"^1.0.4\",\n \"sass\": \"^1.77.5\",\n \"vue\": \"^3.4.27\",\n \"vue-countup-v3\": \"^1.4.2\",\n \"vue-router\": \"^4.3.3\",\n \"yup\": \"^1.4.0\"\n },\n \"devDependencies\": {\n \"@egoist/tailwindcss-icons\": \"^1.8.1\",\n \"@iconify/json\": \"^2.2.218\",\n \"@tailwindcss/forms\": \"^0.5.7\",\n \"@tailwindcss/typography\": \"^0.5.13\",\n \"daisyui\": \"^4.12.2\",\n \"nuxt-aos\": \"^1.2.5\"\n },\n \"packageManager\": \"yarn@4.4.1\"\n}\n```\n\nnuxt.config.ts:\n```\n// https://nuxt.com/docs/api/configuration/nuxt-config\nexport default defineNuxtConfig({\n $production: {\n devtools: { enabled: false },\n },\n\n ssr: true,\n devtools: { enabled: true },\n\n app: {\n head: {\n titleTemplate: '%s %separator WSoft Labs',\n meta: [\n {\n \"name\": \"viewport\",\n \"content\": \"width=device-width, initial-scale=1\"\n },\n {\n \"charset\": \"utf-8\"\n }\n ],\n link: [\n {\n rel: 'icon',\n href: '/favicon.ico'\n }\n ]\n }\n },\n\n runtimeConfig: {\n // apiSecret: '', // can be overridden by NUXT_API_SECRET environment variable\n public: {\n baseURL: process.env.NUXT_BASE_URL ?? 'http://localhost:3000',\n apiBase: process.env.NUXT_API_BASE ?? 'http://localhost:8000/api', // can be overridden by NUXT_PUBLIC_API_BASE environment variable\n apiUrl: process.env.NUXT_API_URL ?? 'http://localhost:8000',\n }\n },\n\n imports: {\n dirs: [\n // Scan top-level modules\n 'composables',\n // ... or scan modules nested one level deep with a specific name and file extension\n 'composables/*/index.{ts,js,mjs,mts}',\n // ... or scan all modules within given directory\n 'composables/**',\n 'utils/**'\n ]\n },\n\n components: [\n {\n path: './components',\n extensions: ['.vue'],\n pathPrefix: false\n }\n ],\n\n modules: [\n '@nuxtjs/tailwindcss',\n 'nuxt-snackbar',\n 'nuxt-icons',\n 'nuxt-marquee',\n '@vee-validate/nuxt',\n 'nuxt-aos',\n '@nuxtjs/i18n',\n '@nuxtjs/seo',\n 'nuxt-booster',\n '@nuxt/image',\n '@nuxtjs/google-fonts',\n '@vueuse/nuxt',\n [\n 'nuxt-mail', {\n message: {\n to: process.env.NUXT_MAIL_TO,\n },\n smtp: {\n host: process.env.NUXT_MAIL_SMTP,\n port: process.env.NUXT_MAIL_PORT ?? 25,\n secure: process.env.NUXT_MAIL_SMTP_SECURE ?? false,\n auth: {\n user: process.env.NUXT_MAIL_USER,\n pass: process.env.NUXT_MAIL_PASSWORD,\n }\n },\n }\n ],\n ],\n\n build: {\n transpile: ['vue-countup-v3'],\n },\n\n tailwindcss: {\n cssPath: [\n '~/assets/scss/main.scss',\n {\n injectPosition: 'first'\n }\n ],\n configPath: 'tailwind.config',\n exposeConfig: {\n level: 2\n },\n config: {},\n viewer: true,\n editorSupport: true\n },\n\n css: [\n \"@/assets/scss/main.scss\",\n ],\n\n snackbar: {\n top: true,\n right: true,\n duration: 5000\n },\n\n veeValidate: {\n autoImports: true,\n componentNames: {\n Form: 'VeeForm',\n Field: 'VeeField',\n FieldArray: 'VeeFieldArray',\n ErrorMessage: 'VeeErrorMessage',\n },\n },\n\n i18n: {\n locales: [\n {\n code: 'en',\n language: 'en-US',\n name: 'English',\n file: 'en-US.js'\n },\n {\n code: 'kr',\n language: 'kr-KR',\n name: 'Korean',\n file: 'kr-KR.js'\n },\n ],\n defaultLocale: 'kr',\n lazy: true,\n langDir: 'lang',\n compilation: {\n strictMessage: false\n },\n detectBrowserLanguage: {\n useCookie: true,\n cookieKey: 'wsoftlabs_i18n_redirected',\n alwaysRedirect: true,\n fallbackLocale: 'en',\n },\n },\n\n booster: {\n detection: {\n performance: true,\n browserSupport: true,\n battery: true,\n },\n performanceMetrics: {\n timing: {\n fcp: 800,\n dcl: 1200\n }\n }\n },\n\n image: {\n screens: {\n default: 320,\n xxs: 480,\n xs: 576,\n sm: 768,\n md: 996,\n lg: 1200,\n xl: 1367,\n xxl: 1600,\n '4k': 1921\n },\n provider: \"ipx\",\n dir: \"assets\"\n },\n\n googleFonts: {\n families: {\n Poppins: {\n wght: [100, 200, 300, 400, 500, 600, 700, 800, 900],\n ital: [100, 200, 300, 400, 500, 600, 700, 800, 900],\n }\n },\n display: 'swap',\n prefetch: false,\n preconnect: false,\n preload: false,\n download: true,\n base64: true,\n overwriting: true,\n },\n\n compatibilityDate: '2024-10-14'\n})\n```\n\nmy issue is when I try to run it via dev server via `yarn dev`, it will not show a warning for hydration mismatches:\n\n[![running in yarn dev][1]][1]\n\nbut when I do run `yarn generate && yarn preview`, it does show the said error:\n\n[![running in yarn generate][2]][2]\n\nwith this current `app.vue` codebase:\n\n[![prev. ClientOnly placement][3]][3]\n\n\nNow, I did a workaround and trying to tweak `ClientOnly` component to move the wrap and include the `NuxtLayout` component\n\n[![curr. ClientOnly placement][4]][4]\n\nafter then, I re-run `yarn generate && yarn preview`, the hydration error is gone but my images is now not working anymore.\n\n[![enter image description here][5]][5]\n\nbut when I run the workaround with `yarn dev`, it has the same result as the first screenshot (no hydration mismatches warnings/errors).\n\nI'm running a module called `nuxt-image` to optimize the images on load when uploaded to the server and `nuxt-booster` to boost the SEO-related things of the app.\n\nhere's my [repo][6] for further details and do some workaround about it, please do leave some comments/suggestions/guidance/help with the repo as a form of help will be much appreciated in order to improve the overall project and most importantly, myself.\n\n\n [1]: https://i.sstatic.net/AzYGTJ8J.png\n [2]: https://i.sstatic.net/JzzVXt2C.png\n [3]: https://i.sstatic.net/bZJL5luU.png\n [4]: https://i.sstatic.net/TyT166Jj.png\n [5]: https://i.sstatic.net/kZ6XfSmb.png\n [6]: https://github.com/noelc10/wsl-website",[3082,3083],{"name":3021,"color":3022},{"name":3084,"color":3085},"possible regression","B90A42",29704,"Nuxt 3.13.2: nuxt generate build hydration completed but contains mismatches errors","2025-06-02T17:32:34Z","https://github.com/nuxt/nuxt/issues/29704",0.70110774,{"description":3092,"labels":3093,"number":3103,"owner":3027,"repository":3027,"state":3040,"title":3104,"updated_at":3105,"url":3106,"score":3107},"I used nuxt 3 for a project, and then during the deployment, when I run the `npx nuxi generate`, none of the images in the asset folder would display as well as the script codes, though they worked fine locally. I tried the `npm run build` and this was quite better. Just that swiper runs the first slide and then that is it. the rest of the images wouldn't show. Fontawesome never works when I run the two commands. When I tried deploying to Netlify, I get the first results. When i switched to vercel, when it runs the `npm run build` command, I get the first result; as in no images in the assets show, the codes in the script tags doesn't work. I tried to change the command to `npx nuxi generate`and i get the same results. In the browser, `Loading module from “https://aklowadrumz-ilx4-jm01tvghs-aklowa-drumzs-projects.vercel.app/aklowadrumz/assets/CAUEt-de.js” was blocked because of a disallowed MIME type (“text/html”)`.\r\n\r\nHere is the configuration that I did in the nuxt.config.ts\r\n\r\n`import { Static } from \"vue\";\r\n\r\n// https://nuxt.com/docs/api/configuration/nuxt-config\r\nexport default defineNuxtConfig({\r\n devtools: { enabled: process.env.NODE_ENV !== 'production' },\r\n ssr: true,\r\n target: Static,\r\n nitro: {\r\n preset: 'vercel',\r\n prerender: {\r\n routes: ['/', '/blog/history', '/blog/history', '/blog/dance', '/blog/acrobatics']\r\n }\r\n },\r\n app: {\r\n baseURL: '/aklowadrumz/', // baseURL: '/\u003Crepository>/'\r\n buildAssetsDir: 'assets',\r\n head: {\r\n title: 'Aklowa Drum Band',\r\n meta: [\r\n { name: 'viewport', content: 'width=device-width, initial-scale=1' }\r\n ],\r\n script: [{ src: 'https://identity.netlify.com/v1/netlify-identity-widget.js', defer: true }],\r\n }\r\n},\r\nbuild: {\r\n assetsDir: 'assets',\r\ntranspile: ['@fortawesome/vue-fontawesome'],\r\nchunkSizeWarningLimit: 100000,\r\ncssMinify: {\r\n preset: 'default',\r\n},\r\n},\r\npostcss: {\r\n plugins: {\r\n tailwindcss: {},\r\n autoprefixer: {},\r\n },\r\n},\r\npublicRuntimeConfig: {\r\n static: {\r\n publicPath: \"/\" // or a path relative to your domain (e.g., \"/my-app/\")\r\n }\r\n},\r\n// publicPath: process.env.npm_lifecycle_event === 'generate' ? '/pwa/' : '/_nuxt/',\r\n\r\noptimization: {\r\n splitChunks: {\r\n name: true,\r\n },\r\n runtimeChunk: true,\r\n},\r\n\r\nsplitChunks: {\r\n layouts: true,\r\n pages: true,\r\n commons: true,\r\n},\r\n\r\n modules: [\r\n '@hypernym/nuxt-gsap',\r\n '@nuxtjs/tailwindcss',\r\n 'nuxt-purgecss',\r\n '@nuxtjs/eslint-module',\r\n 'nuxt-swiper',\r\n \"@nuxt/image\"\r\n ],\r\n tailwindcss: {\r\n cssPath: ['~/assets/css/tailwind.css', { injectPosition: \"first\" }],\r\n configPath: 'tailwind.config',\r\n exposeConfig: {\r\n level: 2\r\n },\r\n config: {},\r\n viewer: true,\r\n },\r\n css: [\r\n '@fortawesome/fontawesome-svg-core/styles.css',\r\n '~/assets/css/tailwind.css'\r\n ],\r\n})`\r\n\r\nand here is the package.json\r\n`{\r\n \"name\": \"nuxt-app\",\r\n \"private\": true,\r\n \"type\": \"module\",\r\n \"scripts\": {\r\n \"build\": \"nuxt build\",\r\n \"dev\": \"nuxt dev\",\r\n \"generate\": \"nuxt generate\",\r\n \"preview\": \"nuxt preview\",\r\n \"postinstall\": \"nuxt prepare\"\r\n },\r\n \"dependencies\": {\r\n \"@fortawesome/fontawesome-svg-core\": \"^6.5.2\",\r\n \"@fortawesome/free-brands-svg-icons\": \"^6.5.2\",\r\n \"@fortawesome/free-solid-svg-icons\": \"^6.5.2\",\r\n \"@fortawesome/vue-fontawesome\": \"^3.0.6\",\r\n \"@hypernym/nuxt-gsap\": \"^2.4.2\",\r\n \"@nuxt/image\": \"^1.5.0\",\r\n \"@nuxtjs/pwa\": \"^3.3.5\",\r\n \"@tailwindcss/typography\": \"^0.5.12\",\r\n \"gh-pages\": \"^6.1.1\",\r\n \"gsap\": \"^3.12.5\",\r\n \"nuxt\": \"^3.11.1\",\r\n \"nuxt-swiper\": \"^1.2.2\",\r\n \"swiper\": \"^11.1.0\",\r\n \"vue\": \"^3.4.21\",\r\n \"vue-router\": \"^4.3.0\"\r\n },\r\n \"devDependencies\": {\r\n \"@nuxtjs/eslint-module\": \"^4.1.0\",\r\n \"@nuxtjs/tailwindcss\": \"^6.11.4\",\r\n \"autoprefixer\": \"^10.4.19\",\r\n \"eslint\": \"^8.57.0\",\r\n \"eslint-plugin-vue\": \"^9.24.0\",\r\n \"nuxt-purgecss\": \"^2.0.0\",\r\n \"postcss\": \"^8.4.38\",\r\n \"sass\": \"^1.72.0\",\r\n \"tailwindcss\": \"^3.4.3\"\r\n }\r\n}\r\n`\r\n",[3094,3095,3096,3099,3100],{"name":3063,"color":3064},{"name":3021,"color":3022},{"name":3097,"color":3098},"nitro","bfd4f2",{"name":3024,"color":3025},{"name":3101,"color":3102},"closed-by-bot","ededed",26673,"Deployment problems with Nuxt 3 - Tailwind - Netlify or vercel","2024-05-15T01:50:09Z","https://github.com/nuxt/nuxt/issues/26673",0.7013331,{"description":3109,"labels":3110,"number":3112,"owner":3027,"repository":3039,"state":3040,"title":3113,"updated_at":3114,"url":3115,"score":3116},"\u003Cimg width=\"825\" alt=\"SCR-20240304-tzmi\" src=\"https://github.com/nuxt/fonts/assets/133459587/c6d01cda-6d0c-4151-870a-d2701594d55d\">\r\n",[3111],{"name":3024,"color":3037},29,"An error occurred from the font module of @nuxtjs to using nuxt/fonts","2024-03-05T05:13:39Z","https://github.com/nuxt/fonts/issues/29",0.703724,{"labels":3118,"number":3121,"owner":3027,"repository":3027,"state":3040,"title":3122,"updated_at":3123,"url":3124,"score":3125},[3119,3120],{"name":3063,"color":3064},{"name":3021,"color":3022},13271,"Custom font does not work in production","2023-01-19T16:50:26Z","https://github.com/nuxt/nuxt/issues/13271",0.70389825,{"description":3127,"labels":3128,"number":3131,"owner":3027,"repository":3055,"state":3040,"title":3052,"updated_at":3132,"url":3133,"score":3134},"The development is ongoing on the default branch of this repository: https://github.com/nuxt/ui.\n\n---\n\nA lot has changed since `@nuxt/ui` was made open-source (May 2023), so the plan here is to rewrite every component from scratch alongside their config.\n\nI'll post regular updates on this issue and on https://twitter.com/benjamincanac.\n\n## Documentation\n\nhttps://ui3.nuxt.dev\n\n## Roadmap (Nov 20, 2024)\n\n- [x] Finish the migration to `reka-ui@alpha` on `@nuxt/ui` & `@nuxt/ui-pro` #2448\n- [x] Write the docs for implemented `@nuxt/ui-pro` components\n- [x] Finish `@nuxt/ui-pro` components\n- [x] Make Nuxt UI Pro v3 work with Vue like Nuxt UI https://github.com/nuxt/ui-pro/pull/742\n- [ ] Implement new components in `@nuxt/ui` like\n - [x] `Calendar` #2618\n - [ ] `InputDate` #2524\n - [x] `Tree` #3180\n - [x] `Stepper` #2733\n- [x] Migrate all the Nuxt UI Pro templates\n - [x] Starter\n - [x] Landing\n - [x] Docs\n - [x] SaaS https://github.com/nuxt-ui-pro/saas/pull/86\n - [x] Dashboard https://github.com/nuxt-ui-pro/dashboard/pull/86\n- [ ] Build the Nuxt UI docs marketing pages\n - [x] Landing\n - [x] Figma\n - [x] Pro -> Landing\n - [x] Pro -> Pricing\n - [x] Pro -> Templates\n - [x] Pro -> Activate\n - [ ] Releases\n- [x] Write migration guide https://ui3.nuxt.dev/getting-started/migration\n- [x] Release `@nuxt/ui` & `@nuxt/ui-pro` officially once `tailwindcss` and `reka-ui` are released\n- [x] Migrate all the Nuxt apps (nuxt.com, image.nuxt.com, eslint.nuxt.com, devtools.nuxt.com, fonts.nuxt.com, hub.nuxt.com, nuxt.studio, etc.)\n- [ ] Implement new `@nuxt/ui` & `@nuxt/ui-pro` components\n- [ ] Create new templates like Changelog, Portfolio, etc. \n\n## Breaking Changes\n\nThe biggest change is the switch to `tailwind-variants`, this will cause lots of breaking changes if you've used the `ui` prop or `app.config.ts` to override the config. I apologize in advance for this but I strongly believe this will be beneficial and will bring consistency across all components.\n\n> At the beginning the config was split in many keys for the same div to give more flexibility, but since then we introduced `tailwind-merge` which now allows us to group those keys together, this is a good opportunity to clean the whole thing. \n\nThe config will now have a `slots` amongst other keys that will specifically target dom nodes. The `ui` prop will only allow you to target those slots.\n\nThese changes alongside the refactor of all components will also improve the types, the `app.config.ts` and `ui` props are now perfectly typed, as well as all components `props`, `slots`, `emits` and `expose`.\n\n> Feel free to comment on this if you have any ideas for the next major.\n\n```[tasklist]\n### Components\n- [x] Accordion\n- [x] Alert\n- [x] Avatar\n- [x] AvatarGroup\n- [x] Badge\n- [x] Breadcrumb\n- [x] Button\n- [x] ButtonGroup\n- [x] Card\n- [x] Carousel\n- [x] Checkbox\n- [x] Chip\n- [x] Collapsible\n- [x] CommandPalette\n- [x] Container\n- [x] ContextMenu\n- [x] Drawer\n- [x] DropdownMenu (Dropdown)\n- [x] Form\n- [x] FormField (FormGroup)\n- [x] Icon\n- [x] Input\n- [x] InputMenu\n- [x] Kbd\n- [x] Link\n- [x] Modal\n- [x] NavigationMenu (HorizontalNavigation/VerticalNavigation)\n- [x] Pagination\n- [x] Popover\n- [x] Progress\n- [x] Provider\n- [x] RadioGroup\n- [x] Select\n- [x] SelectMenu\n- [x] Separator (Divider)\n- [x] Skeleton\n- [x] Slideover\n- [x] Slider (Range)\n- [x] Table\n- [x] Tabs\n- [x] Textarea\n- [x] Toast (Notification)\n- [x] Switch (Toggle)\n- [x] Tooltip\n```\n",[3129],{"name":3130,"color":3053},"release",1289,"2025-07-17T12:55:11Z","https://github.com/nuxt/ui/issues/1289",0.7041662,["Reactive",3136],{},["Set"],["ShallowReactive",3139],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$faC0NRSBXn-9TeR5AXpVk8aSTbW0smQqmowOg9uTaZ9A":-1},"/nuxt/icon/332"]