add waitingForComment position state

This commit is contained in:
isUnknown 2024-11-19 15:38:39 +01:00
parent b99c05062f
commit 3e57a4bdc9
3 changed files with 7 additions and 2 deletions

View file

@ -90,7 +90,6 @@
<script setup>
import Dialog from "primevue/dialog";
import { ref, watch } from "vue";
import ProductViewer from "./ProductViewer.vue";
const { file } = defineProps({
file: Object,