feat: 2.6.0 修复eslint警告

This commit is contained in:
xlsea 2023-12-16 09:44:30 +08:00 committed by byteblogs168
parent 500a4dedeb
commit 32231af5a2
2 changed files with 4 additions and 3 deletions

View File

@ -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,

View File

@ -6,9 +6,9 @@
<a href="https://github.com/byteblogs168" target="_blank">@byteblogs168</a>
</template>
<template v-slot:copyright >
<a href="mailto:598092184@qq.com" target="_blank" style='margin: 10px'><icon-font style="fontSize: 20px" type="icon-youxiang" /></a>
<a href="https://github.com/aizuda/easy-retry" target="_blank" style='margin: 10px'><icon-font style="fontSize: 20px" type="icon-github2" /> </a>
<a href="https://gitee.com/aizuda/easy-retry" target="_blank" style='margin: 10px'> <icon-font style="fontSize: 20px" type="icon-GITEE" /></a>
<a href="mailto:598092184@qq.com" target="_blank" style="margin: 10px"><icon-font style="fontSize: 20px" type="icon-youxiang" /></a>
<a href="https://github.com/aizuda/easy-retry" target="_blank" style="margin: 10px"><icon-font style="fontSize: 20px" type="icon-github2" /> </a>
<a href="https://gitee.com/aizuda/easy-retry" target="_blank" style="margin: 10px"> <icon-font style="fontSize: 20px" type="icon-GITEE" /></a>
</template>
</global-footer>
</template>