dashboard
repositories
filestore
activity
search
login
main
/
usdt_one_pc
交易所pc端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
更改logo
dcc
2024-07-04
2b7f656c001e0e4bee945a3bf8de1db21cc2c8c1
[usdt_one_pc.git]
/
src
/
views
/
usStocks
/
spot
/
index.vue
1
2
3
4
5
6
7
8
9
10
<template>
<spot
:pageType="'usStocks'"
:paramsType="'US-stocks'"
:defaultSymbol="'AAPL'"
></spot>
</template>
<script setup>
import Spot from "@comSpot/index.vue";
</script>