missing import

This commit is contained in:
Mohamad 2025-05-08 19:12:23 +02:00
parent ff25af26f5
commit 4f32670bda

View File

@ -37,7 +37,7 @@
</template>
<script setup lang="ts">
import { ref } from 'vue';
import { ref, watch } from 'vue';
import { useQuasar } from 'quasar';
import { api } from 'src/boot/axios';