2021-08-02 21:42:10 +00:00
|
|
|
import PinchZoom from '@kazvmoe-infra/pinch-zoom-element'
|
|
|
|
|
|
|
|
export default {
|
|
|
|
props: {
|
2021-08-02 23:11:59 +00:00
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
setTransform ({ scale, x, y }) {
|
|
|
|
this.$el.setTransform({ scale, x, y })
|
|
|
|
}
|
2021-08-02 21:42:10 +00:00
|
|
|
}
|
|
|
|
}
|