Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "vxe-ajax", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "用于 Vue 全局安装 xe-ajax", | ||
"main": "dist/vxe-ajax.common.js", | ||
"unpkg": "dist/vxe-ajax.js", | ||
"jsdelivr": "dist/vxe-ajax.js", | ||
"unpkg": "dist/vxe-ajax.umd.min.js", | ||
"jsdelivr": "dist/vxe-ajax.umd.min.js", | ||
"typings": "index.d.ts", | ||
@@ -9,0 +9,0 @@ "scripts": { |
# vxe-ajax | ||
[![gitee star](https://gitee.com/xuliangzhan_admin/vxe-ajax/badge/star.svg?theme=dark)](https://gitee.com/xuliangzhan_admin/vxe-ajax/stargazers) | ||
[![gitee star](https://gitee.com/x-extends/vxe-ajax/badge/star.svg?theme=dark)](https://gitee.com/x-extends/vxe-ajax/stargazers) | ||
[![npm version](https://img.shields.io/npm/v/vxe-ajax.svg?style=flat-square)](https://www.npmjs.com/package/vxe-ajax) | ||
[![npm build](https://travis-ci.org/xuliangzhan/vxe-ajax.svg?branch=master)](https://travis-ci.org/xuliangzhan/vxe-ajax) | ||
[![npm build](https://travis-ci.com/x-extends/vxe-ajax.svg?branch=master)](https://travis-ci.com/x-extends/vxe-ajax) | ||
[![npm downloads](https://img.shields.io/npm/dm/vxe-ajax.svg?style=flat-square)](http://npm-stat.com/charts.html?package=vxe-ajax) | ||
@@ -18,4 +18,2 @@ [![gzip size: JS](http://img.badgesize.io/https://unpkg.com/vxe-ajax/dist/vxe-ajax.min.js?compression=gzip&label=gzip%20size:%20JS)](https://unpkg.com/vxe-ajax/dist/vxe-ajax.min.js) | ||
Get on [unpkg](https://unpkg.com/vxe-ajax/) and [cdnjs](https://cdn.jsdelivr.net/npm/vxe-ajax/) | ||
```javascript | ||
@@ -34,10 +32,3 @@ <script src="https://cdn.jsdelivr.net/npm/vue"></script> | ||
// use: | ||
Vue.use(VXEAjax, XEAjax) | ||
// vue2.x: | ||
// Vue.prototype.$ajax = XEAjax | ||
// vue3.x: | ||
// app.config.globalProperties.$ajax = XEAjax | ||
``` | ||
@@ -44,0 +35,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7202
62