Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vue3-focus

yuelau431MIT0.0.34TypeScript support: included

vue 3.0 focus directive

vue, vue.js, vue3, 3.0, focus, vuefocus

readme

Vue3 Focus

Version License Downloads Build Status

Vue3 focus directive

Examples

# Install
npm i vue3-focus
<!-- Html -->
<input type="text" v-vue3focus="true">
// Vue3 SCF
import {vue3Focus} from 'vue3-focus'

export default defineComponent({
  directives: {
    'vue3focus': vue3Focus
  },
}
<!-- CDN -->
<script src="https://unpkg.com/vue3-focus@latest/dist/vue3-focus.umd.min.js"></script>

changelog

0.0.33 (2020-12-17)

0.0.32 (2020-12-17)

0.0.31 (2020-12-17)

0.0.30 (2020-12-17)

0.0.29 (2020-12-17)

0.0.28 (2020-12-17)

0.0.27 (2020-12-17)

0.0.26 (2020-12-17)

0.0.25 (2020-12-17)

0.0.24 (2020-12-17)

0.0.23 (2020-12-17)

0.0.21 (2020-12-16)

0.0.20 (2020-12-16)

0.0.19 (2020-12-16)

0.0.18 (2020-12-15)

0.0.17 (2020-12-15)

0.0.16 (2020-12-15)

0.0.15 (2020-12-11)

0.0.14 (2020-12-11)

0.0.13 (2020-12-11)

0.0.12 (2020-12-11)

0.0.11 (2020-12-11)

0.0.10 (2020-12-11)

0.0.9 (2020-12-11)

0.0.8 (2020-12-11)

0.0.7 (2020-12-11)

0.0.6 (2020-12-11)

0.0.5 (2020-12-10)

0.0.4 (2020-12-10)

0.0.3 (2020-12-10)

0.0.2 (2020-12-10)

0.0.1 (2020-12-10)