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