1.1.4 • Published 3 years ago

junson-testnpm9 v1.1.4

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

junson-testnpm

演示上传NPM

快速上手

安装

npm install junson-testnpm

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

import testnpm from 'junson-testnpm';
global.testnpm = junson-testnpm;

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

import testnpm from 'junson-testnpm';

例子

姓名脱敏

let str = testnpm.$hideName("张三");

#目录

<h6 id="hideName">1.姓名脱敏</h6>
```javascript
//返回字符串
let str = testnpm.$hideName("张三");
1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.0.1

3 years ago