Skip to content

Commit c9448e9

Browse files
committed
fix: export routing methods
Export routing methods so apps can make use of them.
1 parent 86bbd1a commit c9448e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

runtime/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ export {
110110
useAppConfig
111111
} from './react';
112112

113+
export {
114+
getUrlByRouteRole,
115+
isRoleRouteObject
116+
} from './routing';
117+
113118
export {
114119
clearAllSubscriptions,
115120
publish,

0 commit comments

Comments
 (0)