123456789101112131415161718 |
- <template>
- <SpecialSbInfo2 :use-type="5" :is-measure="1" :measure-status="1">
- </SpecialSbInfo2>
- </template>
- <script>
- import SpecialSbInfo2 from './SpecialSbInfo2'
- export default {
- name: 'SpecialSbInfo2',
- components: {
- SpecialSbInfo2
- }
- }
- </script>
- <style scoped>
- </style>
|