feat: add Docker and Nginx configuration, update favicon and icons, enhance image handling in views
This commit is contained in:
@@ -312,7 +312,7 @@ onMounted(() => {
|
||||
</div>
|
||||
|
||||
<div class="final-image-display">
|
||||
<img :src="finalImage" alt="Final Combined Image" />
|
||||
<img v-if="finalImage" :src="finalImage" alt="Final Combined Image" />
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user