We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a8010 commit 8b22754Copy full SHA for 8b22754
src/runtime.ts
@@ -1,13 +1,5 @@
1
import type { RouteRecordRaw, TypesConfig } from 'vue-router'
2
3
-/**
4
- * Defines properties of the route for the current page component.
5
- *
6
- * @param route - route information to be added to this page
7
- * @deprecated - use `definePage` instead
8
- */
9
-export const _definePage = (route: DefinePage) => route
10
-
11
/**
12
* Defines properties of the route for the current page component.
13
*
0 commit comments