Fix warning from vite about concern having multiple root entities
This commit is contained in:
parent
0c464a9963
commit
b8a9ecb253
1 changed files with 5 additions and 5 deletions
|
|
@ -100,12 +100,12 @@
|
|||
/>
|
||||
</div>
|
||||
</main>
|
||||
<ImageViewerModal
|
||||
@close="showImageModal = false"
|
||||
:image="currentImage"
|
||||
:show="showImageModal"
|
||||
/>
|
||||
</div>
|
||||
<ImageViewerModal
|
||||
@close="showImageModal = false"
|
||||
:image="currentImage"
|
||||
:show="showImageModal"
|
||||
/>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { computed, onMounted, ref } from "vue";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue