rank.vue 138 B

12345678910111213
  1. <template>
  2. <view class="sub-base-container">
  3. 123
  4. </view>
  5. </template>
  6. <script setup>
  7. </script>
  8. <style lang="scss" scoped>
  9. </style>