1.2.2 • Published 2 years ago

vue-no-autocomplete v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Latest Stable Version Total Download License

Disable autocomplete directive for Vue

Install

With NPM:

npm install vue-no-autocomplete

Or with Yarn:

yarn add vue-no-autocomplete

Usage

import Vue from 'vue'
import NoAutoComplete from 'vue-no-autocomplete'

Vue.use(NoAutoComplete)
<input type="text" name="email" v-no-autocomplete />
<input type="password" name="password" v-no-autocomplete />
1.2.2

2 years ago

1.2.1

3 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago