Router Adaptation
VuReact provides conversion support for routing components and some APIs, yet manual modifications are still required during integration.
Mandatory Tasks
- Ensure
@vureact/routeris installed and configured in the project. - Manually verify the routing entry (Provider, history mode, routing table).
- Validate the behavior of
RouterLink,RouterView, and route guards page by page.
Why Manual Modifications Are Needed
Routing is an engineering-level context, not a single-file syntax replacement. The compiler can only handle parts that it can statically analyze.
Further Reading
- VuReact Router Basics: https://router.vureact.top/en/guide/introduction
- VuReact Router Quick Start: https://router.vureact.top/en/guide/quick-start
