Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Jan 14, 2021
1 parent c603242 commit 465026f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ toDateString(Date.now(), 'yyyy-MM-dd HH:mm:ss')
```

```javascript
import XEUtils from 'xe-utils/ctor'
import { XEUtils } from 'xe-utils/ctor'
import each from 'xe-utils/each'
import toDateString from 'xe-utils/toDateString'
import toFixedNumber from 'xe-utils/toFixedNumber'
Expand All @@ -85,7 +85,7 @@ XEUtils.toDateString(Date.now(), 'yyyy-MM-dd HH:mm:ss')
按功能导入所有方法

```javascript
import XEUtils from 'xe-utils/ctor'
import { XEUtils } from 'xe-utils/ctor'
import objectMethods from 'xe-utils/object'
import arrayMethods from 'xe-utils/array'
import baseMethods from 'xe-utils/base'
Expand Down

0 comments on commit 465026f

Please sign in to comment.