Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guixianleng/vue-licence-plate

基于Vue的移动端车牌键盘
https://github.com/guixianleng/vue-licence-plate

car keyborad vue

Last synced: about 10 hours ago
JSON representation

基于Vue的移动端车牌键盘

Awesome Lists containing this project

README

        

# licence-plate-keyboard

## 安装依赖
```shell
npm install vue-licence-plate --save-dev
or
yarn add vue-licence-plate
```

### 引入组件
```js
import Vue from 'vue'
// 自带车牌显示
import licencePlate from 'vue-licence-plate'
// 只有键盘
import licenceKeyboard from 'vue-licence-keyboard'
// 注册引入
Vue.use(licencePlate)
Vue.use(licenceKeyboard)
```
### 使用
```html

...
methods: {
handleDone (str) {
console.log(str)
}
}

```

### 效果图示
![Image](https://raw.githubusercontent.com/guixianleng/vue-licence-plate/master/examples/assets/images/case.gif)