|
|
@@ -21,8 +21,6 @@
|
|
|
import { toRefs, reactive, watch } from 'vue';
|
|
|
import { createComponent } from '../../utils/create';
|
|
|
import Popup from '../popup/index.vue';
|
|
|
-import Swiper from '../swiper/index.vue';
|
|
|
-import SwiperItem from '../Swiperitem/index.vue';
|
|
|
const { componentName, create } = createComponent('imagepreview');
|
|
|
|
|
|
export default create({
|
|
|
@@ -37,9 +35,7 @@ export default create({
|
|
|
}
|
|
|
},
|
|
|
components: {
|
|
|
- [Popup.name]: Popup,
|
|
|
- [Swiper.name]: Swiper,
|
|
|
- [SwiperItem.name]: SwiperItem
|
|
|
+ [Popup.name]: Popup
|
|
|
},
|
|
|
|
|
|
setup(props, { emit }) {
|