mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
3b553f551d
fix(lint): resolve lint errors
22 lines
352 B
Vue
22 lines
352 B
Vue
<script setup lang="ts">
|
|
</script>
|
|
|
|
<template>
|
|
<ProjectDetailCategoryDivider
|
|
title="MARKET"
|
|
badge-text="3/10"
|
|
>
|
|
<UnoIcon
|
|
i-web-code_v2
|
|
text-24px
|
|
/>
|
|
</ProjectDetailCategoryDivider>
|
|
<ProjectDetailContainer>
|
|
<div
|
|
mt-32px
|
|
w-full
|
|
h-500px
|
|
bg-dark
|
|
/>
|
|
</ProjectDetailContainer>
|
|
</template>
|