mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 02:32:18 +00:00
nit
This commit is contained in:
@@ -64,12 +64,9 @@ import { useSidebarTabStore } from '@/stores/workspace/sidebarTabStore'
|
|||||||
|
|
||||||
type OverlayState = 'hidden' | 'empty' | 'expanded'
|
type OverlayState = 'hidden' | 'empty' | 'expanded'
|
||||||
|
|
||||||
const props = withDefaults(
|
const props = defineProps<{
|
||||||
defineProps<{
|
expanded?: boolean
|
||||||
expanded?: boolean
|
}>()
|
||||||
}>(),
|
|
||||||
{}
|
|
||||||
)
|
|
||||||
|
|
||||||
const emit = defineEmits<{
|
const emit = defineEmits<{
|
||||||
(e: 'update:expanded', value: boolean): void
|
(e: 'update:expanded', value: boolean): void
|
||||||
|
|||||||
Reference in New Issue
Block a user