From 0a3b4701cb7fe46f38c78dd715ecbd22e4697dd1 Mon Sep 17 00:00:00 2001 From: Jimmy Liow <18777396951@163.com> Date: Tue, 11 Apr 2023 16:58:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8AReact=E4=B8=A5=E6=A0=BC?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E3=80=81=E8=A7=A3=E5=86=B3=E9=9D=A2=E5=8C=85?= =?UTF-8?q?=E5=B1=91=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.jsx | 4 ++-- src/views/App.jsx | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main.jsx b/src/main.jsx index a729ed3..1f34802 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -40,12 +40,12 @@ const router = createBrowserRouter([ const rootStore = new RootStore(); ReactDOM.createRoot(document.getElementById("root")).render( - + //
Loading...
} />
-
+ //
); \ No newline at end of file diff --git a/src/views/App.jsx b/src/views/App.jsx index 81586ea..f65051c 100644 --- a/src/views/App.jsx +++ b/src/views/App.jsx @@ -117,10 +117,8 @@ export default function App() { style={{ margin: '16px 0', }} + items={[{ title: 'Home' }, { title: 'Plan' }, { title: 'Recent' }]} > - Home - Plan - Recent