add taxes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { MarketType, MarketTypePrice, getHistory, getMarketType, getMarketTypes, jitaId, useApraisalStore } from "@/market";
|
||||
import { ScanResult, ScanResultTable, useMarkeyScanStore } from '@/market/scan';
|
||||
import { ScanResult, ScanResultTable, useMarketScanStore } from '@/market/scan';
|
||||
import { BuyModal } from '@/market/track';
|
||||
import { ref, watch } from 'vue';
|
||||
|
||||
@@ -10,7 +10,7 @@ const buyModal = ref<typeof BuyModal>();
|
||||
const item = ref("");
|
||||
|
||||
const apraisalStore = useApraisalStore();
|
||||
const markeyScanStore = useMarkeyScanStore();
|
||||
const markeyScanStore = useMarketScanStore();
|
||||
const items = ref<ScanResult[]>([]);
|
||||
const addOrRelaod = async (type: MarketType) => {
|
||||
const typeID = type.id;
|
||||
|
||||
Reference in New Issue
Block a user