index.vue 117 B

12345678910
  1. <!-- 游戏页面 -->
  2. <template>
  3. <view>这是游戏页面</view>
  4. </template>
  5. <script>
  6. </script>
  7. <style>
  8. </style>