1.0.1 • Published 3 years ago
verity-code v1.0.1
verity-code
预览

Requirements
- Vue.js
2.x
Installation
npm
$ npm i verity-code -SUsage
<verity-code @change="changeCode"></verity-code>import VerityCode from 'verity-code'
...
components: {
VerityCode
}
...
method: {
changeCode(val) {
console.log(val) //...code
}
}