Comparing version 1.7.1 to 1.7.2
@@ -9,3 +9,3 @@ import Vue from 'vue' | ||
/** | ||
* A small wrapper for integrating xe-ajax to Vuejs. | ||
* 用于 Vue 全局安装 xe-ajax | ||
*/ | ||
@@ -16,2 +16,5 @@ declare var VXEAjax: VXEAjaxPlugin; | ||
interface Vue { | ||
/** | ||
* 异步请求库,用于浏览器和 node.js 的 HTTP 客户端 | ||
*/ | ||
$ajax: typeof XEAjax; | ||
@@ -18,0 +21,0 @@ } |
{ | ||
"name": "vxe-ajax", | ||
"version": "1.7.1", | ||
"description": "A small wrapper for integrating xe-ajax to Vuejs.", | ||
"version": "1.7.2", | ||
"description": "用于 Vue 全局安装 xe-ajax", | ||
"main": "dist/index.common.js", | ||
@@ -6,0 +6,0 @@ "unpkg": "dist/index.js", |
@@ -9,2 +9,4 @@ # vxe-ajax | ||
用于 Vue 全局安装 xe-ajax | ||
## Installing | ||
@@ -11,0 +13,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
11021
158
63