Skip to content

Commit 5f80141

Browse files
committed
update
1 parent bee4ec9 commit 5f80141

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.eslintrc.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@ module.exports = {
1515
'vue/multi-word-component-names': 'off',
1616
'vue/camelcase': 'error',
1717
'@typescript-eslint/no-unused-vars': ['warn'],
18-
// 'vue/max-attributes-per-line': [
19-
// 'error',
20-
// {
21-
// singleline: {
22-
// max: 3
23-
// },
24-
// multiline: {
25-
// max: 1
26-
// }
27-
// }
28-
// ],
2918
'@typescript-eslint/no-inferrable-types': 'off'
3019
},
3120
overrides: [

src/components/HeaderAvatar/Index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @Author: hutu
44
* @Date: 2021-12-22 15:59:15
55
* @LastEditors: hutu
6-
* @LastEditTime: 2021-12-27 11:05:42
6+
* @LastEditTime: 2021-12-27 15:17:31
77
-->
88
<template>
99
<div class="header-avatar">
@@ -12,7 +12,7 @@
1212
<template #dropdown>
1313
<el-dropdown-menu>
1414
<a href="https://www.lpya.cn/" target="_blank"> <el-dropdown-item>个人中心</el-dropdown-item> </a>
15-
<a href="https://lpya.github.io/vue3-vite-elementplus-admin/" target="_blank"> <el-dropdown-item>项目地址</el-dropdown-item></a>
15+
<a href="https://github.com/lpya/vue3-vite-elementplus-admin" target="_blank"> <el-dropdown-item>项目地址</el-dropdown-item></a>
1616
<el-dropdown-item divided @click="logout">退出登陆</el-dropdown-item>
1717
</el-dropdown-menu>
1818
</template>

0 commit comments

Comments
 (0)