... async nuxtServerInit({ commit }) { let response = await this.$axios.$get('categories') commit('SET_CATEGORIES', response.data) } }. nuxt.config.js
確定! 回上一頁