home.vue 250 B

123456789101112
  1. <template>
  2. <image src="https://t1-1305573081.cos.ap-shanghai.myqcloud.com/wxapp/static/43570181803f29a201d52ba4b261641.png" class="banner" mode="widthFix"></image>
  3. </template>
  4. <script>
  5. </script>
  6. <style scoped>
  7. .banner{
  8. width: 100%;
  9. }
  10. </style>