feat: 2.6.0 修复eslint警告
This commit is contained in:
parent
500a4dedeb
commit
32231af5a2
@ -32,6 +32,7 @@ module.exports = {
|
|||||||
'vue/no-use-v-if-with-v-for': 0,
|
'vue/no-use-v-if-with-v-for': 0,
|
||||||
'vue/html-closing-bracket-newline': 0,
|
'vue/html-closing-bracket-newline': 0,
|
||||||
'vue/no-parsing-error': 0,
|
'vue/no-parsing-error': 0,
|
||||||
|
'vue/no-template-shadow': 0,
|
||||||
'no-tabs': 0,
|
'no-tabs': 0,
|
||||||
'quotes': [
|
'quotes': [
|
||||||
2,
|
2,
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
<a href="https://github.com/byteblogs168" target="_blank">@byteblogs168</a>
|
<a href="https://github.com/byteblogs168" target="_blank">@byteblogs168</a>
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:copyright >
|
<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="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://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="https://gitee.com/aizuda/easy-retry" target="_blank" style="margin: 10px"> <icon-font style="fontSize: 20px" type="icon-GITEE" /></a>
|
||||||
</template>
|
</template>
|
||||||
</global-footer>
|
</global-footer>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user