market scan trends
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user