@nuxt/docs-nightly 4.1.2-29293780.be49123f → 4.1.2-29293810.0dcc386e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,7 +53,6 @@ function addComponentsDir (dir: ComponentsDir, opts: { prepend?: boolean } = {})
53
53
  | `ignore` | `string[]` | `false` | Ignore patterns that will be run against specified path. |
54
54
  | `prefix` | `string` | `false` | Prefix all matched components with this string. |
55
55
  | `pathPrefix` | `boolean` | `false` | Prefix component name by its path. |
56
- | `enabled` | `boolean` | `false` | Ignore scanning this directory if set to `true`. |
57
56
  | `prefetch` | `boolean` | `false` | These properties (prefetch/preload) are used in production to configure how components with Lazy prefix are handled by webpack via its magic comments. Learn more on [webpack documentation](https://webpack.js.org/api/module-methods/#magic-comments) |
58
57
  | `preload` | `boolean` | `false` | These properties (prefetch/preload) are used in production to configure how components with Lazy prefix are handled by webpack via its magic comments. Learn more on [webpack documentation](https://webpack.js.org/api/module-methods/#magic-comments) |
59
58
  | `isAsync` | `boolean` | `false` | This flag indicates, component should be loaded async (with a separate chunk) regardless of using Lazy prefix or not. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.1.2-29293780.be49123f",
3
+ "version": "4.1.2-29293810.0dcc386e",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",