index.vue 200 B

1234567891011
  1. <template>
  2. <view style="height: 100vh;display: flex;align-items: center;justify-content: center;color: #333;">
  3. 开发中,敬请期侍!
  4. </view>
  5. </template>
  6. <script>
  7. </script>
  8. <style>
  9. </style>