mirror of
https://github.com/flarum/framework.git
synced 2025-06-07 00:44:34 +08:00

Instead of: <a href={app.route.user(user)} config={m.route}> We can use: <a route={app.route.user(user)}>
Instead of: <a href={app.route.user(user)} config={m.route}> We can use: <a route={app.route.user(user)}>