1.0.1 • Published 3 years ago

wapx-lib v1.0.1

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

wapx-lib

安装

npm install wapx-lib --save

初始化

main.js中引入

import 'wapx-lib'

使用

main.js中加入 import 'wapx-lib'

常用方法

vue文件中使用

this.$get(url,res=>{ ... })
this.$postJson(url,data,res=>{ ... })
this.$postImage(url,data,res=>{ ... })
this.$postFile(url,data,res=>{ ... })

let value = this.$utils.getUrlKey(name)

js文件中使用

import lib from 'wapx-lib'

lib.utils.getUrlKey('code');
1.0.1

3 years ago

1.0.0

3 years ago

0.1.2

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago