# Image
<template>
<vue-photo-zoom-pro url="/image.jpg" highUrl="/image-high.jpg"></vue-photo-zoom-pro>
</template>
<script>
import VuePhotoZoomPro from 'vue-photo-zoom-pro'
export default {
components: {
VuePhotoZoomPro,
},
}
</script>
Canvas →