diff --git a/.eslintrc.js b/.eslintrc.js index 002d3a3..ff37ef8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -24,7 +24,7 @@ module.exports = { rules: { 'vue/multi-word-component-names': 'off', 'vue/no-multiple-template-root': 'off', - 'vue/attribute-hyphenation': 'ignore', + 'vue/attribute-hyphenation': 'off', 'vue/attributes-order': 'off', }, }, diff --git a/.gitignore b/.gitignore index ffbfc20..37e7e38 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ dist .DS_Store .vscode .vercel -.output.zip \ No newline at end of file +.output.zip +.idea \ No newline at end of file diff --git a/components/navigation.vue b/components/navigation.vue index 2448e7c..a893b64 100644 --- a/components/navigation.vue +++ b/components/navigation.vue @@ -1,9 +1,9 @@