We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348f027 commit 6cc1072Copy full SHA for 6cc1072
website/src/pages/docs/development/components/index.tsx
@@ -1,7 +1,6 @@
1
import Preview from 'src/component/Preview';
2
import md from './README.md';
3
4
-<<<<<<< HEAD
5
const transformImageUri = (url: string) => {
6
const reqImage = (require as any).context!('./', true, /\.(png|gif|jpg|svg)$/);
7
const urlAddr = reqImage(url);
@@ -15,7 +14,4 @@ const DEMO = () => (
15
14
path="website/src/pages/docs/development/components/README.md"
16
/>
17
);
18
-=======
19
-const DEMO = () => <Preview {...md} />;
20
->>>>>>> 3905857c (docs: 更新文档预览方式)
21
export default DEMO;
0 commit comments