gui-empty.vue 246 B

123456789101112
  1. <template>
  2. <view
  3. class="gui-flex gui-column gui-justify-content-center gui-align-items-center">
  4. <slot name="img"></slot>
  5. <slot name="text"></slot>
  6. <slot name="other"></slot>
  7. </view>
  8. </template>
  9. <script>
  10. </script>
  11. <style scoped>
  12. </style>