{ "title": "Mount Everest", "description": "Mount Everest is Earth's highest mountain above sea level, located in the Mahalangur Himal sub-range of the Himalayas. The China–Nepal border runs across its summit point", "height": "8,848 m", "countries": [ "China", "Nepal" ], "continent": "Asia", "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Everest_kalapatthar.jpg/600px-Everest_kalapatthar.jpg" }
Nuxt 3 為了提高效率會在取得資料後,緩存在當前頁面的payload 官方建議:如果只打算在組件中使用到 title 和 description ,你可以使用關鍵的屬性運用即可 選項中加入 pick,裡面的值就是取得資料中的key值