nuxt非常友好,它提供了fetch钩子,还有nuxtServerInit,这两个钩子都运行在服务端并且 ... <script> export default { async fetch ({ app, store, params }) { let ...
確定! 回上一頁