index.vue 178 B

123456789101112131415
  1. <template>
  2. <view class="index">
  3. </view>
  4. </template>
  5. <script>
  6. export default {
  7. onShow() {}
  8. }
  9. </script>
  10. <style lang="scss">
  11. .high-seas-container {}
  12. </style>