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

/vue-no-autocomplete/

    Package Sidebar

    Install

    npm i vue-no-autocomplete

    Weekly Downloads

    1

    Version

    1.2.2

    License

    MIT

    Unpacked Size

    2.66 kB

    Total Files

    3

    Last publish

    Collaborators

    • antiheroguy