mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 17:52:16 +00:00
[Desktop] Add desktop updating page (#2454)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
<template>
|
||||
<BaseViewTemplate dark>
|
||||
<div class="max-w-screen-sm w-screen p-8">
|
||||
<ProgressBar mode="indeterminate" />
|
||||
</div>
|
||||
<ProgressSpinner class="m-8 w-48 h-48" />
|
||||
</BaseViewTemplate>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import ProgressBar from 'primevue/progressbar'
|
||||
import ProgressSpinner from 'primevue/progressspinner'
|
||||
|
||||
import BaseViewTemplate from './templates/BaseViewTemplate.vue'
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user