style: 全局代码格式化
Former-commit-id: bb50c8419b8fcdeb48c93fce9f399d901e8f5a52
This commit is contained in:
@@ -1,21 +1,20 @@
|
||||
interface DefaultSettings {
|
||||
title: string,
|
||||
showSettings: boolean,
|
||||
tagsView: boolean,
|
||||
fixedHeader: boolean,
|
||||
sidebarLogo: boolean,
|
||||
errorLog: string
|
||||
title: string;
|
||||
showSettings: boolean;
|
||||
tagsView: boolean;
|
||||
fixedHeader: boolean;
|
||||
sidebarLogo: boolean;
|
||||
errorLog: string;
|
||||
}
|
||||
|
||||
|
||||
const defaultSettings: DefaultSettings = {
|
||||
title: 'vue3-element-admin',
|
||||
showSettings: true,
|
||||
tagsView: true,
|
||||
fixedHeader: false,
|
||||
// 是否显示Logo
|
||||
sidebarLogo: true,
|
||||
errorLog: 'production'
|
||||
}
|
||||
title: 'vue3-element-admin',
|
||||
showSettings: true,
|
||||
tagsView: true,
|
||||
fixedHeader: false,
|
||||
// 是否显示Logo
|
||||
sidebarLogo: true,
|
||||
errorLog: 'production'
|
||||
};
|
||||
|
||||
export default defaultSettings
|
||||
export default defaultSettings;
|
||||
|
||||
Reference in New Issue
Block a user