File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
website/src/pages/docs/development Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 11import Preview from 'src/component/Preview' ;
22import md from './README.md' ;
33
4- < < << << < HEAD
54const transformImageUri = ( url : string ) => {
65 const reqImage = ( require as any ) . context ! ( './' , true , / \. ( p n g | g i f | j p g | s v g ) $ / ) ;
76 const urlAddr = reqImage ( url ) ;
@@ -15,7 +14,4 @@ const DEMO = () => (
1514 path = "website/src/pages/docs/development/components/README.md"
1615 />
1716) ;
18- = === ===
19- const DEMO = ( ) => < Preview { ...md } /> ;
20- > >>> >>> 3905857 c ( docs : 更新文档预览方式 )
2117export default DEMO ;
Original file line number Diff line number Diff line change 11import Preview from 'src/component/Preview' ;
22import md from './README.md' ;
33
4- < < << << < HEAD
54const DEMO = ( ) => < Preview { ...md } path = "website/src/pages/docs/development/document/README.md" /> ;
6- = === ===
7- const DEMO = ( ) => < Preview { ...md } /> ;
8- > >>> >>> 3905857 c ( docs : 更新文档预览方式 )
95export default DEMO ;
You can’t perform that action at this time.
0 commit comments