1.0.0 • Published 1 year ago

lol_cnd_files v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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("张三");