mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 15:10:06 +00:00
fix: Add missing IconTextButton import in PackUninstallButton
Component was using IconTextButton in template but missing explicit import, causing Vue runtime warning about unresolved component.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import IconTextButton from '@/components/button/IconTextButton.vue'
|
||||
import { useComfyManagerStore } from '@/stores/comfyManagerStore'
|
||||
import { ButtonSize } from '@/types/buttonTypes'
|
||||
import type { ManagerPackInfo } from '@/types/comfyManagerTypes'
|
||||
|
||||
Reference in New Issue
Block a user