File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff 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 : [
Original file line number Diff line number Diff line change 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" >
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 >
You can’t perform that action at this time.
0 commit comments