1.2.2 • Published 8 months ago

vue-no-autocomplete v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months 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

8 months ago

1.2.1

2 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago