fix bug บรรจุ

This commit is contained in:
Warunee Tamkoo 2024-05-16 10:58:18 +07:00
parent 322106631a
commit 4a8a3baaed
5 changed files with 61 additions and 48 deletions

View file

@ -3,7 +3,6 @@ import { onMounted, ref } from "vue";
import { useQuasar } from "quasar";
import { useRoute, useRouter } from "vue-router";
import { useCounterMixin } from "@/stores/mixin";
import CurrencyInput from "@/components/CurruncyInput.vue";
import http from "@/plugins/http";
import config from "@/app.config";