Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.0k views
in Technique[技术] by (71.8m points)

vue用的swiper组件,后来用了uniapp

swiper组件和uniapp的swiper标签冲突怎么办,如果用uniapp的swiper有些效果无法实现


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

component属性可以重命名

  • 举例
import Swiper from 'swiper';
import {Swiper as USwiper} from 'uniapp';
component:{
    Swiper:Swiper,
    USwiper:USwiper,
}

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...