Skip to content

Commit 3cefc33

Browse files
author
Ewing(Yu-An Lin)
committed
edit import url
1 parent 1459bff commit 3cefc33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ And in your entry file:
1212
```
1313
import Vue from 'vue'
1414
import lodash from 'lodash'
15-
import VueLodash from 'vue-lodash'
15+
import VueLodash from 'vue-lodash/dist/vue-lodash.min'
1616
1717
Vue.use(VueLodash, lodash)
1818
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-lodash",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A small wrapper for integrating lodash into VueJs",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)