SpecialSbInfoWarn.vue 288 B

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