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

@@ -51,7 +51,7 @@ if (!preferences.tabbar.persist) {
:active="currentActive"
:class="theme"
:context-menus="createContextMenus"
:dragable="preferences.tabbar.dragable"
:draggable="preferences.tabbar.draggable"
:show-icon="showIcon"
:style-type="preferences.tabbar.styleType"
:tabs="currentTabs"