1234567891011121314151617 |
- <template>
- <view>
- <xb-swiper-preview></xb-swiper-preview>
- </view>
- </template>
- <script>
- import xbSwiperPreview from '@/components/xb-swiper-preview/index.vue'
- export default {
- components:{
- xbSwiperPreview
- },
- }
- </script>
- <style>
- </style>
|