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
  • 523
  • 1
  • 8
  • 22

0 Answers0