0.0.0-dev • Published 5 years ago

boatts v0.0.0-dev

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
5 years ago

boatts

Boat for typescript

快速上手

安装

npm install boatts

全局注册(在main.js文件里注册)

import boatts from 'boatts';
global.boatts = boatts;

局部注册(在你所使用的vue里注册)

import boatts from 'boatts';

例子

姓名脱敏

let str = boatts.$aboutBoatTs();

#目录

<h6 id="aboutBoatTs">1.About</h6>
```javascript
//返回字符串
let str = boatts.$aboutBoatTs();