diff --git a/.eslintrc.js b/.eslintrc.js index f3cd571..adb05ca 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -24,6 +24,7 @@ module.exports = { 'generator-star-spacing': 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'vue/singleline-html-element-content-newline': 'off', - 'vue/multiline-html-element-content-newline': 'off' + 'vue/multiline-html-element-content-newline': 'off', + 'vue/max-attributes-per-line': 'off' } } diff --git a/src/api/rest-axios.js b/src/api/rest-axios.js index 12d2dce..b441bb2 100644 --- a/src/api/rest-axios.js +++ b/src/api/rest-axios.js @@ -8,7 +8,7 @@ export const REST = axios.create({ // withCredentials: true, crossorigin: true, headers: { - 'Content-Type': 'application/json' + 'Accept': 'application/json' // 'Access-Control-Allow-Credentials': true } }) diff --git a/src/components/nav/HeaderMenu.vue b/src/components/nav/HeaderMenu.vue index b454026..3526e46 100644 --- a/src/components/nav/HeaderMenu.vue +++ b/src/components/nav/HeaderMenu.vue @@ -1,6 +1,7 @@ + + diff --git a/src/pages/Nominum.vue b/src/pages/Nominum.vue index 7977c78..33ab434 100644 --- a/src/pages/Nominum.vue +++ b/src/pages/Nominum.vue @@ -4,15 +4,41 @@ class="full-width" >