Skip to content

Commit 2cbd76c

Browse files
ffff
authored andcommitted
fix: 完善文档
1 parent 0f4cae4 commit 2cbd76c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Preview from 'src/component/Preview';
22
import md from '@uiw/react-native/lib/ActionSheet/README.md';
33

4-
const DEMO = () => <Preview {...md} />;
4+
const DEMO = () => <Preview {...md} path="/packages/core/src/ActionSheet/README.md" />;
55
export default DEMO;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Preview from 'src/component/Preview';
22
import md from '@uiw/react-native/lib/Button/README.md';
33

4-
const DEMO = () => <Preview {...md} />;
4+
const DEMO = () => <Preview {...md} path="/packages/core/src/Button/README.md" />;
55
export default DEMO;

0 commit comments

Comments
 (0)