1.1.1 • Published 5 years ago

car-plate v1.1.1

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

demo1

图片说明2

#安装

  • (c)npm install car-plate --save

#注册组件 在main.js里添加:

  • import carPlate from 'car-plate';
  • Vue.use(carPlate);

#对应文件引入组件

  • import carPlate from "@/components/carPlate";

#可传参数

  • <car-plate :getPlateNum="getNum" :showCarPlate="showCarPlate" :showLayer="showLayer"/>

getPlateNum:获取用户输入的车牌号

showCarPlate: 是否显示车牌号输入控件 true为显示 false隐藏

showLayer: 是否显示遮罩层

##查看demo

##启动

  • npm install
  • npm run dev
1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago