async nuxtServerInit ({ commit, state }, { app }) { let res = await axios.get(`jobs/create`) console.log(res) commit('setPlatforms', res.data.platforms) ...
確定! 回上一頁