install product viewer component
This commit is contained in:
parent
1eef285dc3
commit
4e8c876dac
219 changed files with 1327 additions and 55 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue