New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

wapx-lib

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wapx-lib

基础js类库

npmnpm
Version
1.0.0
Version published
Weekly downloads
2
-60%
Maintainers
1
Weekly downloads
 
Created
Source

wapx-lib

安装

npm install wapx-lib --save

使用

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');

Keywords

js

FAQs

Package last updated on 04 Dec 2020

Related posts