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 1459bff commit 3cefc33Copy full SHA for 3cefc33
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'
+import VueLodash from 'vue-lodash/dist/vue-lodash.min'
16
17
Vue.use(VueLodash, lodash)
18
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-lodash",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "A small wrapper for integrating lodash into VueJs",
5
"main": "index.js",
6
"scripts": {
0 commit comments