nuxt-lodash
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "nuxt-lodash", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Lodash auto-import for Nuxt.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -30,3 +30,3 @@ <h1>Nuxt 3 - lodash</h1> | ||
prefix: "use", | ||
excludes: ["map"], | ||
exclude: ["map"], | ||
}, | ||
@@ -40,6 +40,6 @@ ], | ||
| Name | Default | Description | | ||
| ---------- | ------- | --------------------------------------------------------- | | ||
| `prefix` | `false` | string to prepend before each function (false to disable) | | ||
| `excludes` | `[]` | list of functions to exlude from auto-imports | | ||
| Name | Default | Description | | ||
| --------- | ------- | --------------------------------------------------------- | | ||
| `prefix` | `false` | string to prepend before each function (false to disable) | | ||
| `exclude` | `[]` | list of functions to exlude from auto-imports | | ||
@@ -46,0 +46,0 @@ ## 💻 Example |
Sorry, the diff of this file is not supported yet
5302