fetch 方法用于在渲染页面前填充应用的状态树(store)数据, 与asyncData 方法类似, ... <script> export default { async fetch({ store, params }) { await ...
確定! 回上一頁