Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "xe-utils", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "xe-utils 提供一整套实用函数式编程功能", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/xlz26296/xe-utils.git" | ||
"url": "git+https://github.com/xuliangzhan/xe-utils.git" | ||
}, | ||
@@ -27,5 +27,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/xlz26296/xe-utils/issues" | ||
"url": "https://github.com/xuliangzhan/xe-utils/issues" | ||
}, | ||
"homepage": "https://github.com/xlz26296/xe-utils#readme" | ||
"homepage": "https://github.com/xuliangzhan/xe-utils#readme" | ||
} |
@@ -11,3 +11,3 @@ # xe-utils 提供一整套实用函数式编程功能 | ||
``` shell | ||
import { dateToString, stringToDate } from 'xe-utils/core' | ||
import { dateToString, stringToDate } from 'xe-utils' | ||
@@ -18,3 +18,3 @@ let dateStr = dateToString(new Date()) | ||
### 如果是全局安装,通过实例调用this.$ajax函数this默认指向当前vue实例 | ||
### 如果是全局安装,通过实例调用this.$utils函数this默认指向当前vue实例 | ||
``` shell | ||
@@ -21,0 +21,0 @@ import Vue from 'vue' |
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
48963
0
0