dcc
2024-07-05 f58249aaaaa0cb0e303d3a36f30f9b5d47a47619
1
2
3
4
5
6
<template>
  <account :pageType="'coin'" :paramsType="'cryptos'"></account>
</template>
<script setup>
import Account from "../components/account.vue";
</script>