changes
This commit is contained in:
@@ -4,7 +4,7 @@ const props = defineProps({
|
||||
deleteable: Boolean,
|
||||
invalid: Boolean,
|
||||
});
|
||||
const { $deleteapi, $formatNum, $snackbar } = useNuxtApp();
|
||||
const { $deleteapi, $snackbar } = useNuxtApp();
|
||||
const posStore = usePosStore();
|
||||
const showConfirmModal = ref();
|
||||
const isDeleting = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user