async nuxtServerInit ({ commit }, { app }) { const ip = await app.$axios.$get('http://icanhazip.com') commit('SET_IP', ip) } ...
確定! 回上一頁