Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

npmtestwzq

mrweizq3ISC1.0.1

演示上传npm包

readme

testpublish

演示上传npm包

快速上手

安装

npm install npmtestwzq

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

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

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

import npmtestwzq from 'npmtestwzq';

例子

姓名脱敏

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

目录

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