2.0.0
Breaking changes from 1.x:
- Directives
v-focus-model
andv-focus-auto
are removed. Usev-focus="..." @focus="..." @blur="..."
andv-focus="true"
correspondingly.
v-focus-model
and v-focus-auto
are removed. Use v-focus="..." @focus="..." @blur="..."
and v-focus="true"
correspondingly.