vue-focuspoint-component

Set focus point on elements

MIT License

Downloads
1.1K
Stars
34
Committers
2
vue-focuspoint-component - Migrating to v2 Latest Release

Published by EvodiaAut over 6 years ago

  • prop.focus swtich to v-model
    <focus-point :focus.sync="tmpFocus"> to <focus-point v-model="tmpFocus">

  • remove prop.default
  • optimze code
  • remove data.wrap
  • vue template update
vue-focuspoint-component -

Published by EvodiaAut over 6 years ago

  • fix prop.focus can set to null
vue-focuspoint-component -

Published by EvodiaAut over 6 years ago

  • remove is prop.focus null use prop.default (v1.2.0)
vue-focuspoint-component -

Published by EvodiaAut over 6 years ago

  • remove prop.decimalLength
  • prop.focusDefault to prop.default
  • cursor default pointer
  • data.boundingPin to pin
  • data.boundingElement to wrap
  • updateFocus() to update()
  • onClick() to click()
vue-focuspoint-component -

Published by EvodiaAut over 6 years ago

  • prop.decimalLength default 0
  • scss support now variables
  • pin style update
vue-focuspoint-component -

Published by EvodiaAut almost 7 years ago

  • npm add keyword "focuspoint"
  • vue template update
vue-focuspoint-component -

Published by EvodiaAut almost 7 years ago

  • is prop.focus null use prop.default
  • remove watchers
vue-focuspoint-component -

Published by EvodiaAut almost 7 years ago

  • focus-point-pin <span> to <div>
vue-focuspoint-component -

Published by EvodiaAut almost 7 years ago

first release