mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-10 01:50:08 +00:00
[fix] Add type keyword to Component import
Fix Vue module export error by properly importing Component as a type
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
import Button from 'primevue/button'
|
||||
import {
|
||||
type CSSProperties,
|
||||
Component,
|
||||
type Component,
|
||||
computed,
|
||||
nextTick,
|
||||
onMounted,
|
||||
|
||||
Reference in New Issue
Block a user