1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
4ad299e243
commit
9168ef3ad7
|
@ -753,7 +753,11 @@ export default {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
voiChange(v) {
|
voiChange(v) {
|
||||||
this.$refs[`viewport-${2}`][0].voiChange(v)
|
this.cellType.forEach((item, index) => {
|
||||||
|
if (item === 'FUSION') {
|
||||||
|
this.$refs[`viewport-${index}`][0].voiChange(v)
|
||||||
|
}
|
||||||
|
})
|
||||||
},
|
},
|
||||||
initSlider() {
|
initSlider() {
|
||||||
var slider = document.getElementById('slider')
|
var slider = document.getElementById('slider')
|
||||||
|
|
Loading…
Reference in New Issue