Muhammad Iqbal Afandi 4 лет назад
Родитель
Сommit
0639d6ee95
1 измененных файлов: 0 добавлений и 2 удалений
  1. 0
    2
      resources/js/pages/Purchases/Create.vue

+ 0
- 2
resources/js/pages/Purchases/Create.vue Просмотреть файл

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