SpecialSbInfoWarn.vue 251 B

123456789101112131415161718
  1. <template>
  2. <SbInfo :use-type="5" :is-measure="1" :measure-status="1">
  3. </sbinfo>
  4. </template>
  5. <script>
  6. import SbInfo from './SbInfo'
  7. export default {
  8. name: 'SpecialSbInfoWarn',
  9. components: {
  10. SbInfo
  11. }
  12. }
  13. </script>
  14. <style scoped>
  15. </style>