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
243 B

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