1.0.7 • Published 3 years ago

d-dev-validation v1.0.7

Weekly downloads
19
License
MIT
Repository
github
Last release
3 years ago

Vue Form Validation

npm npm npm

A form validation

Usage

Installation

npm i d-dev-validation
import dvalidate from 'd-dev-validation';
import 'd-dev-validation/dist/style.css'
Vue.use(dvalidate);

Basic Usage

<template>
     <div>
          <div>
              <label v-required>Name</label>
              <input type="text" v-validate="[['001','002'],'Name']">
          </div>
          <button type="button" v-submit="submit">submit</button>
      </div>
</template>
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

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