Skip to content

Commit 76ad0e4

Browse files
committed
doc(Card): 修复选中后报错
1 parent 5334f82 commit 76ad0e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/Card/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function Demo() {
4545
export default Demo
4646
```
4747
### 可点击选中带操作卡片
48-
```jsx mdx:preview
48+
```jsx
4949
import React, { useState } from 'react';
5050
import { SafeAreaView, View, Image } from 'react-native';
5151
import Card from '@uiw/react-native/lib/Card';
@@ -86,6 +86,7 @@ const Demo = () => {
8686
}
8787
export default Demo
8888
```
89+
8990
#### 属性
9091
## CardProps
9192

0 commit comments

Comments
 (0)