card.vue 150 B

12345678910111213
  1. <template>
  2. <view class="card">
  3. </view>
  4. </template>
  5. <script>
  6. export default {
  7. };
  8. </script>
  9. <style scoped lang="scss">
  10. </style>