File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -943,17 +943,18 @@ GoRouter日志tag为`GoRouter`,GoRouter-Compiler日志tag为`GoRouter::Compile
943943
944944##### 10. ARouter迁移指南
945945
946- | ARouter | GoRouter |
947- | -------------------- | -------------------- |
948- | ARouter | GoRouter |
949- | navigation() | go() |
950- | NavigationCallback | GoCallback |
951- | IProvider | IService |
952- | DegradeService | IDegradeService |
953- | PretreatmentService | IPretreatmentService |
954- | SerializationService | IJsonService |
955- | Postcard | Card |
956- | @Route | @Route |
957- | @Route | @Service |
958- | @Route | @Interceptor |
959- | @Autowired | @Param |
946+ | ARouter | GoRouter |
947+ | -------------------- | ------------------------ |
948+ | ARouter | GoRouter |
949+ | init(app) | autoLoadRouteModule(app) |
950+ | navigation() | go() |
951+ | NavigationCallback | GoCallback |
952+ | IProvider | IService |
953+ | DegradeService | IDegradeService |
954+ | PretreatmentService | IPretreatmentService |
955+ | SerializationService | IJsonService |
956+ | Postcard | Card |
957+ | @Route | @Route |
958+ | @Route | @Service |
959+ | @Route | @Interceptor |
960+ | @Autowired | @Param |
You can’t perform that action at this time.
0 commit comments