diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index 5bece06c4..1f4445ee8 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -32,6 +32,7 @@ module.exports = { 'vue/no-use-v-if-with-v-for': 0, 'vue/html-closing-bracket-newline': 0, 'vue/no-parsing-error': 0, + 'vue/no-template-shadow': 0, 'no-tabs': 0, 'quotes': [ 2, diff --git a/frontend/src/components/GlobalFooter/index.vue b/frontend/src/components/GlobalFooter/index.vue index 6e97ae231..4773c45f7 100644 --- a/frontend/src/components/GlobalFooter/index.vue +++ b/frontend/src/components/GlobalFooter/index.vue @@ -6,9 +6,9 @@ @byteblogs168