import { nextTick, onMounted, onUnmounted, ref, watch, type Ref } from 'vue' import { useModuleTabsStore, type ModuleTab } from '@/stores/moduleTabsStore' /** * 模块标签栏通用 composable。 * * 让任何模块的 TabsList 在滚动被 TitleBar 遮挡时, * 自动在 TitleBar 中显示一组浮动切换按钮。 * * ## 使用方式 * * ```ts * // 模块