Explorar el Código

fix: purchase master

Muhammad Iqbal Afandi hace 3 años
padre
commit
0639d6ee95
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      resources/js/pages/Purchases/Create.vue

+ 0
- 2
resources/js/pages/Purchases/Create.vue Ver fichero

@@ -1,8 +1,6 @@
1 1
 <script setup>
2 2
 import { computed, watch, watchEffect } from 'vue'
3 3
 import { Inertia } from '@inertiajs/inertia'
4
-import { once } from 'lodash'
5
-import { ppn } from '@/utils/helpers'
6 4
 import { optionStatus } from './config'
7 5
 import { cartTable } from './config'
8 6
 import Details from './Components/Details.vue'