|
@@ -55,5 +55,6 @@ export default class Element {
|
|
this.animatedFont = ele.animatedFont || ''
|
|
this.animatedFont = ele.animatedFont || ''
|
|
this.eleCanvas = ele.eleCanvas || ''
|
|
this.eleCanvas = ele.eleCanvas || ''
|
|
this.swiperType = ele.swiperType || 'mtswiper'
|
|
this.swiperType = ele.swiperType || 'mtswiper'
|
|
|
|
+ this.isFixed = ele.isFixed || false
|
|
}
|
|
}
|
|
}
|
|
}
|