【modify】使用ESLint格式化代码

This commit is contained in:
zer0Black
2023-03-01 09:33:58 +08:00
parent 694855ae8b
commit 63369b8b87
400 changed files with 42942 additions and 43132 deletions
+21 -21
View File
@@ -13,29 +13,29 @@
</template>
<script>
import { mixin } from '@/utils/mixin.js'
import { mixin } from '@/utils/mixin.js'
export default {
name: 'Logo',
mixins: [mixin],
props: {
title: {
type: String,
default: 'Jero-Boot Pro',
required: false
},
showTitle: {
type: Boolean,
default: true,
required: false
},
// 点击Logo跳转地址
routerLinkTo: {
type: Object,
default: () => ({name: 'dashboard'}),
},
export default {
name: 'Logo',
mixins: [mixin],
props: {
title: {
type: String,
default: 'Jero-Boot Pro',
required: false
},
showTitle: {
type: Boolean,
default: true,
required: false
},
// 点击Logo跳转地址
routerLinkTo: {
type: Object,
default: () => ({ name: 'dashboard' })
}
}
}
</script>
<style lang="less" scoped>
/*缩小首页布 局顶部的高度*/
@@ -61,4 +61,4 @@
background-color: @primary-color;
}
}
</style>
</style>