\u003C/Suspense>',\r\n})\r\n\r\nconst wrapper = render(TestComponent, {\r\n global: {},\r\n})\r\ndescribe(`[${TestComponent.__name}]`, () => {\r\n test('正常系', () => {\r\n expect(true).toBe(true)\r\n })\r\n})\r\n```",[2905,2908],{"name":2906,"color":2907},"vitest-environment","b60205",{"name":2909,"color":2910},"needs reproduction","DE7793","TypeError: Invalid URL","2023-12-02T22:52:43Z","https://github.com/nuxt/test-utils/issues/562",{"description":2874,"labels":2915,"number":2916,"owner":2866,"repository":2880,"state":2868,"title":2917,"updated_at":2918,"url":2919,"score":2920},[],108,"Implement `@docus/editor` in project content","2022-03-07T12:07:10Z","https://github.com/nuxt/nuxt.com/issues/108",0.7233527,{"description":2922,"labels":2923,"number":2932,"owner":2866,"repository":2866,"state":2868,"title":2933,"updated_at":2934,"url":2935,"score":2936},"### What problem does this feature solve?\n\nAn inability to access the props passed to a page component from the asyncData function (now that you can pass props to child components [#1502/#1591]). The data that is downloaded can be dependent on the value of the props, but they are not able to be referenced at the moment from the asyncData function (and potentially the data function).\n\n### What does the proposed changes look like?\n\nCould add a props parameter to the asyncData function\n\n```js\nasyncData(context, props) {\n if (props.value === 'certainValue') {\n return context.store.dispatch('specialData')\n } else {\n return context.store.dispatch('normalData')\n }\n}\n```\n\n\u003C!--cmty-->\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/c6861\">#c6861\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2924,2926,2929],{"name":2877,"color":2925},"8DEF37",{"name":2927,"color":2928},"discussion","538de2",{"name":2930,"color":2931},"2.x","d4c5f9",3201,"Access passed props from page component's asyncData method","2023-11-20T11:13:11Z","https://github.com/nuxt/nuxt/issues/3201",0.7575067,{"labels":2938,"number":2945,"owner":2866,"repository":2866,"state":2868,"title":2946,"updated_at":2947,"url":2948,"score":2949},[2939,2942],{"name":2940,"color":2941},"documentation","5319e7",{"name":2943,"color":2944},"3.x","29bc7f",12809,"Document `error` and `refresh` props of `useAsyncData`","2023-01-19T16:35:08Z","https://github.com/nuxt/nuxt/issues/12809",0.76653045,{"description":2951,"labels":2952,"number":2954,"owner":2866,"repository":2866,"state":2868,"title":2955,"updated_at":2956,"url":2957,"score":2958},"Hey! I have a component that I want to load a menu from my api (WP-API), but it is returning null. Here is my component code:\r\n\r\n```\r\n\u003Cscript>\r\nimport Axios from '~/plugins/axios'\r\n\r\nexport default {\r\n props: ['sitename'],\r\n\r\n mounted () {\r\n this.getMenus()\r\n },\r\n\r\n data () {\r\n return {\r\n menus: []\r\n }\r\n },\r\n\r\n created () {\r\n this.$log.info(this.getMenus())\r\n },\r\n\r\n methods: {\r\n getMenus () {\r\n Axios.get(`wp-api-menus/v2/menus`)\r\n .then((res) => {\r\n this.menus = res.data\r\n })\r\n }\r\n }\r\n}\r\n\u003C/script>\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/c1551\">#c1551\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2953],{"name":2930,"color":2931},1729,"Components with Axios","2023-01-18T15:42:10Z","https://github.com/nuxt/nuxt/issues/1729",0.7693214,{"labels":2960,"number":2968,"owner":2866,"repository":2866,"state":2868,"title":2969,"updated_at":2970,"url":2971,"score":2972},[2961,2964,2967],{"name":2962,"color":2963},"stale","ffffff",{"name":2965,"color":2966},"pending triage","E99695",{"name":2930,"color":2931},6619,"AsyncData of child page is unable to access parent's page's props","2023-05-15T22:00:18Z","https://github.com/nuxt/nuxt/issues/6619",0.7708093,["Reactive",2974],{},["Set"],["ShallowReactive",2977],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fphQI9h3rcVt9K_Nav53ZwC8JxBIJw4vo_xlppfFTH0c":-1},"/nuxt/nuxt.com/165"]