From 620a8c9dafd63e465321f39690abd0786f29b5a2 Mon Sep 17 00:00:00 2001 From: Pearl C <63629092+pearl-cao@users.noreply.github.com> Date: Sat, 18 Feb 2023 23:36:36 +0800 Subject: [PATCH] Update route-switch.md --- docs/en-US/api/client/route-switch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en-US/api/client/route-switch.md b/docs/en-US/api/client/route-switch.md index 3aacb70833..6a5dffddc6 100644 --- a/docs/en-US/api/client/route-switch.md +++ b/docs/en-US/api/client/route-switch.md @@ -42,7 +42,7 @@ interface RouteProps { } ``` -## 完整示例 +## Full Example ```tsx | pure import React from 'react'; @@ -76,4 +76,4 @@ export default () => { ); }; -``` \ No newline at end of file +```