You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
236 B

2 weeks ago
  1. <!-- 马来钱包界面 -->
  2. <template>
  3. <div>
  4. <WalletDetailTemplate type="my" />
  5. </div>
  6. </template>
  7. <script setup>
  8. import WalletDetailTemplate from './components/WalletDetailTemplate.vue'
  9. </script>
  10. <style scoped></style>