vue-no-autocomplete

1.2.2 • Public • Published

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 />

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.22latest

Version History

VersionDownloads (Last 7 Days)Published
1.2.22
1.2.10
1.2.00
1.1.10
1.1.00
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i vue-no-autocomplete

Weekly Downloads

2

Version

1.2.2

License

MIT

Unpacked Size

2.66 kB

Total Files

3

Last publish

Collaborators

  • antiheroguy