mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 11:46:46 +00:00
update doc
This commit is contained in:
parent
91ecd98071
commit
00bb0f747e
@ -40,9 +40,7 @@ const App = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
{/* <Router initialEntries={['/admin']}> */}
|
<RouteSwitch routes={data} />
|
||||||
<RouteSwitch routes={data} />
|
|
||||||
{/* </Router> */}
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
hide: true
|
||||||
|
---
|
||||||
|
|
||||||
<code src="./demos/demo1.tsx"/>
|
<code src="./demos/demo1.tsx"/>
|
||||||
|
|
||||||
<code src="./demos/demo2.tsx"/>
|
<code src="./demos/demo2.tsx"/>
|
||||||
|
@ -1 +1,5 @@
|
|||||||
<code src="./demos/demo1.tsx"/>
|
---
|
||||||
|
hide: true
|
||||||
|
---
|
||||||
|
|
||||||
|
<code src="./demos/demo1.tsx"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user