@nuxt/schema-nightly
Advanced tools
Comparing version 3.10.0-28426610.807ead6f to 3.10.0-28426610.951ffd6e
@@ -326,17 +326,2 @@ import { TransitionProps, KeepAliveProps } from 'vue'; | ||
/** | ||
* Called when resolving `app/router.options` files. It allows modifying the detected router options files | ||
* and adding new ones. | ||
* | ||
* Adding a router options file will switch on page-based routing, unless `optional` is set, in which case | ||
* it will only apply when page-based routing is already enabled. | ||
* @param context An object with `files` containing an array of router options files. | ||
* @returns Promise | ||
*/ | ||
'pages:routerOptions': (context: { | ||
files: Array<{ | ||
path: string; | ||
optional?: boolean; | ||
}>; | ||
}) => HookResult; | ||
/** | ||
* Called when the dev middleware is being registered on the Nitro dev server. | ||
@@ -343,0 +328,0 @@ * @param handler the Vite or Webpack event handler |
{ | ||
"name": "@nuxt/schema-nightly", | ||
"version": "3.10.0-28426610.807ead6f", | ||
"version": "3.10.0-28426610.951ffd6e", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
310639
7738