market scan trends

This commit is contained in:
Sirttas
2026-06-22 12:42:22 +02:00
parent 925d9eef73
commit e7249df23f
4 changed files with 22 additions and 6 deletions
+10 -1
View File
@@ -13,4 +13,13 @@ defineProps<Props>();
<ArrowTrendingUpIcon v-if="trend === MarketTrends.Up" />
<ArrowTrendingDownIcon v-else-if="trend === MarketTrends.Down" />
<ArrowLongRightIcon v-else />
</template>
</template>
<style scoped>
@reference "@/style.css";
svg {
@apply w-6 h-6;
}
</style>