🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

q_validation

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

q_validation

这是一个验证组件

Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

验证组件

https://www.npmjs.com/package/q_validation

q_validation

这里是文档

Installation

npm install q_validation --save

Usage

Register component

Registe global component:

import q_validation from 'q_validation'

Vue.component('q_validation', q_validation)

Registe component:

import q_validation from 'q_validation'

export default {
  components: { q_validation }
}

How to use

Basic:

<q_validation v-model="img_captcha" :url="url" :appid="appid" :operation="operation"></q_validation>

Keywords

验证

FAQs

Package last updated on 07 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts