style: 💄 代碼統一格式化
Former-commit-id: 7639f722803b80a3e1391f9652430d8e759e1a64
This commit is contained in:
@@ -42,21 +42,21 @@ interface DefaultSettings {
|
||||
}
|
||||
|
||||
const defaultSettings: DefaultSettings = {
|
||||
title: 'vue3-element-admin',
|
||||
title: "vue3-element-admin",
|
||||
showSettings: true,
|
||||
tagsView: true,
|
||||
fixedHeader: false,
|
||||
sidebarLogo: true,
|
||||
layout: 'left',
|
||||
layout: "left",
|
||||
/**
|
||||
* 主题模式
|
||||
*
|
||||
* dark:暗黑模式
|
||||
* light: 明亮模式
|
||||
*/
|
||||
theme: 'dark',
|
||||
size: 'default', // default |large |small
|
||||
language: 'zh-cn' // zh-cn| en
|
||||
theme: "dark",
|
||||
size: "default", // default |large |small
|
||||
language: "zh-cn", // zh-cn| en
|
||||
};
|
||||
|
||||
export default defaultSettings;
|
||||
|
||||
Reference in New Issue
Block a user