chore: correct spelling for 'dragable' (#4600)

This commit is contained in:
Netfan
2024-10-10 10:55:52 +08:00
committed by GitHub
parent 078f255e1a
commit ba539f6793
15 changed files with 23 additions and 23 deletions

View File

@@ -73,7 +73,7 @@ const defaultPreferences: Preferences = {
width: 224,
},
tabbar: {
dragable: true,
draggable: true,
enable: true,
height: 38,
keepAlive: true,

View File

@@ -154,7 +154,7 @@ interface ShortcutKeyPreferences {
interface TabbarPreferences {
/** 是否开启多标签页拖拽 */
dragable: boolean;
draggable: boolean;
/** 是否开启多标签页 */
enable: boolean;
/** 标签页高度 */