1.0.8 • Published 3 years ago

hmx_test_npm v1.0.8

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

testpublish

演示上传npm包

快速上手

安装

npm install testpublish

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

import testpublish from 'testpublish';
global.testpublish = testpublish;

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

import testpublish from 'testpublish';

例子

姓名脱敏

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

#目录

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

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.2

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago