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