vue-annotator icon indicating copy to clipboard operation
vue-annotator copied to clipboard

Make basic operation become 2 way data binding

Open DrSensor opened this issue 7 years ago • 0 comments

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

  • [ ] :select.sync="element"
  • [ ] :unselect.sync="element"
  • [ ] :delete.sync="element"
  • [ ] :add.sync="element"

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

DrSensor avatar Jan 02 '18 15:01 DrSensor