@nuxt/docs-nightly 4.1.0-29258574.17ef50b4 → 4.1.0-29258691.91c3aec9
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.
- package/3.api/6.nuxt-config.md +1 -1
- package/package.json +1 -1
package/3.api/6.nuxt-config.md
CHANGED
|
@@ -1274,7 +1274,7 @@ Inline styles when rendering HTML (currently vite only).
|
|
|
1274
1274
|
You can also pass a function that receives the path of a Vue component and returns a boolean indicating whether to inline the styles for that component.
|
|
1275
1275
|
|
|
1276
1276
|
- **Type**: `boolean`
|
|
1277
|
-
- **Default:** `
|
|
1277
|
+
- **Default:** `(id) => id.includes('.vue')`
|
|
1278
1278
|
|
|
1279
1279
|
### `noScripts`
|
|
1280
1280
|
|