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