tbcode
v0.0.9
Published
```JS author:林太白 ```
Downloads
17
Maintainers
Readme
Tbcode验证码组件
author:林太白使用
安装依赖
npm i tbcode项目引入使用
方式一
import tbCode from 'tbCode'
app.component('Tbcode', tbcode)
import 'tbcode/dist/style.css'
<Tbcode/>
方式二 推荐
import Tbcode from 'tbcode';
import 'tbcode/dist/style.css'
app.component('Tbcode', Tbcode)
<Tbcode/>