I created app by nuxt.
I want to get hostname in vuex action ?
export const actions = {
testAction({ commit }) {
if (hostname === 'localhost') {
commit ...
}
}
}
I created app by nuxt.
I want to get hostname in vuex action ?
export const actions = {
testAction({ commit }) {
if (hostname === 'localhost') {
commit ...
}
}
}