feat(hooks): deleting the route export of useRoutePush, use vue-router

This commit is contained in:
paynezhuang
2024-04-15 16:20:30 +08:00
parent bb74d9949b
commit c6648b6c8b
2 changed files with 5 additions and 3 deletions

View File

@ -92,7 +92,6 @@ export function useRouterPush(inSetup = true) {
}
return {
route,
routerPush,
routerBack,
routerPushByKey,