1.0.2 • Published 6 months ago

hello-kabutack v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

hello-kabutack

演示上传npm包

快速上手

安装

npm install hello-kabutack

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

import helloKabutack from 'hello-kabutack';
global.publish = helloKabutack;

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

import publish from 'hello-kabutack';

例子

helloJune

publish.helloJune();
let str = publish.hideName('张三');
console.log(str)
1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago