draft acquisition

This commit is contained in:
2024-05-14 21:21:17 +02:00
parent 9fb78329cc
commit 7332e145f4
15 changed files with 146 additions and 135 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import { MarketType, MarketTypeInput, MarketTypePrice, getHistory, getMarketTypes, jitaId, useApraisalStore } from "@/market";
import { ScanResult, ScanResultTable, createResult, useMarketScanStore } from '@/market/scan';
import { BuyModal } from '@/market/track';
import { BuyModal } from '@/market/acquisition';
import { ScanResult, ScanResultTable, useMarketScanStore } from '@/market/scan';
import { ref, watch } from 'vue';
@@ -73,4 +73,4 @@ watch(() => markeyScanStore.types, async t => {
<ScanResultTable :items="items" @buy="(type, buy, sell) => buyModal?.open(type, { 'Buy': buy, 'Sell': sell })" @remove="removeItem" />
<BuyModal ref="buyModal" />
</template>
</template>
</template>@/market/acquisition