DrSensor / vue-annotator

Vue Component for drawing annotation (rect, polygon, etc) using SVG element
http://vue-annotator.surge.sh
MIT License
79 stars 16 forks source link

Make basic operation become 2 way data binding #8

Open DrSensor opened 6 years ago

DrSensor commented 6 years ago

Make this events able v-bind by invoking <op>.sync

Tips: use watch: { <op>: val => operation() } to listen when the props changed (assigned)