1.1.0 • Published 4 years ago

vue-vehicle-plate v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

vue-vehicle-plate

基于H5项目的一个车牌号码输入组件,支持新能源车牌号输入

A vehicle license plate number keyboard

preview pic

requirement

vue2.x

Install

NPM

$ npm install vue-vehicle-plate --save

yarn

$ yarn add vue-vehicle-plate

Usage

import VueVehiclePlate from "./vue-vehicle-plate";

Vue.use(VueVehiclePlate);

props

Props NameType'sDefaultDescription
initValueString""绑定的表单值,例如:‘川A’,只检验前两位正确性并过滤‘·’
limitProvinceString""限制省份列表,不用间隔,不限制则为全部省份可选
limitCityString""限制城市列表, 不用间隔,不限制则为全部城市可选
1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago