File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
packages/schema/src/config Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ There is also a `future` namespace for early opting-in to new features that will
40
40
### compatibilityVersion
41
41
42
42
:: important
43
- This configuration option is available in Nuxt v3.12+.
43
+ This configuration option is available in Nuxt v3.12+ or in [ the nightly release channel ] ( /docs/guide/going-further/nightly-release-channel ) .
44
44
::
45
45
46
46
This enables early access to Nuxt features or flags.
Original file line number Diff line number Diff line change 11
11
---
12
12
13
13
:: important
14
- This component will be available in Nuxt v3.12.
14
+ This component will be available in Nuxt v3.12 or in [ the nightly release channel ] ( /docs/guide/going-further/nightly-release-channel ) .
15
15
::
16
16
17
17
## Usage
Original file line number Diff line number Diff line change 11
11
---
12
12
13
13
:: important
14
- This composable will be available in Nuxt v3.12.
14
+ This composable will be available in Nuxt v3.12 or in [ the nightly release channel ] ( /docs/guide/going-further/nightly-release-channel ) .
15
15
::
16
16
17
17
## Description
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ export default defineUntypedSchema({
392
392
* Whether to use `lodash.template` to compile Nuxt templates.
393
393
*
394
394
* This flag will be removed with the release of v4 and exists only for
395
- * advance testing within Nuxt v3.12+.
395
+ * advance testing within Nuxt v3.12+ or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel) .
396
396
*/
397
397
compileTemplate : {
398
398
async $resolve ( val , get ) {
@@ -405,7 +405,7 @@ export default defineUntypedSchema({
405
405
* `importName` and `importSources`) when compiling Nuxt templates.
406
406
*
407
407
* This flag will be removed with the release of v4 and exists only for
408
- * advance testing within Nuxt v3.12+.
408
+ * advance testing within Nuxt v3.12+ or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel) .
409
409
*/
410
410
templateUtils : {
411
411
async $resolve ( val , get ) {
@@ -417,7 +417,7 @@ export default defineUntypedSchema({
417
417
* Whether to provide relative paths in the `builder:watch` hook.
418
418
*
419
419
* This flag will be removed with the release of v4 and exists only for
420
- * advance testing within Nuxt v3.12+.
420
+ * advance testing within Nuxt v3.12+ or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel) .
421
421
*/
422
422
relativeWatchPaths : {
423
423
async $resolve ( val , get ) {
You can’t perform that action at this time.
0 commit comments