... asyncData(params) { const result = await fn(); return result; } }; </script>async/awaitで同期的にデータを取得し、dataオプションにセットしています。
確定! 回上一頁