Skip to content

Commit 8b22754

Browse files
committed
refactor: remove deprecated method
1 parent e2a8010 commit 8b22754

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/runtime.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
import type { RouteRecordRaw, TypesConfig } from 'vue-router'
22

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-
113
/**
124
* Defines properties of the route for the current page component.
135
*

0 commit comments

Comments
 (0)