install product viewer component

This commit is contained in:
isUnknown 2024-11-13 07:46:32 +01:00
parent 1eef285dc3
commit 4e8c876dac
219 changed files with 1327 additions and 55 deletions

View file

@ -49,6 +49,8 @@
<span>Comparer les pistes</span>
</button>
</header>
<ProductViewer />
</div>
<template #footer>
<button
@ -88,6 +90,7 @@
<script setup>
import Dialog from "primevue/dialog";
import { ref, watch } from "vue";
import ProductViewer from "./ProductViewer.vue";
const { file } = defineProps({
file: Object,