1

I created app by nuxt.

I want to get hostname in vuex action ?

export const actions = {
  testAction({ commit }) {
    if (hostname === 'localhost') {
     commit ...
    }
  }
}
Vladimir Golub
  • 393
  • 3
  • 15

0 Answers0