extract DownloadImageButton.vue
Main daploy / deploy (push) Successful in 46s

This commit is contained in:
2024-11-19 21:34:11 +02:00
parent 663f6ac1ab
commit dfbea6ea91
3 changed files with 62 additions and 22 deletions
+2
View File
@@ -20,6 +20,8 @@ declare module 'vue' {
CreateReadySection: typeof import('./src/components/create/CreateReadySection.vue')['default']
CreateSection: typeof import('./src/components/create/CreateSection.vue')['default']
CreateSummarySection: typeof import('./src/components/create/CreateSummarySection.vue')['default']
DownloadImageButton: typeof import('./src/components/manage/DownloadImageButton.vue')['default']
DownloadPng: typeof import('./src/components/manage/DownloadImageButton.vue')['default']
Dropdown: typeof import('primevue/dropdown')['default']
ExamplesSection: typeof import('./src/components/TheWelcome/ExamplesSection.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']