We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cefc33 commit c198263Copy full SHA for c198263
README.md
@@ -12,7 +12,7 @@ And in your entry file:
12
```
13
import Vue from 'vue'
14
import lodash from 'lodash'
15
-import VueLodash from 'vue-lodash/dist/vue-lodash.min'
+import VueLodash from 'vue-lodash'
16
17
Vue.use(VueLodash, lodash)
18
package.json
@@ -2,7 +2,7 @@
2
"name": "vue-lodash",
3
"version": "1.0.3",
4
"description": "A small wrapper for integrating lodash into VueJs",
5
- "main": "index.js",
+ "main": "dist/vue-lodash.min.js",
6
"scripts": {
7
"test": "echo \"There is currently no test case for this plugin\" && exit 1"
8
},
0 commit comments