Skip to content

Commit

Permalink
fix(WingBlank): 修复预览报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
nullptr-z committed Mar 1, 2023
1 parent aa353cd commit 718f5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/WingBlank/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WingBlank 两翼留白

```jsx mdx:preview&background=#bebebe29
import React,{Component} from 'react';
import { Text } from 'react-native';
import { Text, View } from 'react-native';
import { WingBlank } from '@uiw/react-native';

function Demo() {
Expand Down Expand Up @@ -50,7 +50,7 @@ export default Demo

两翼留白不换行

```jsx mdx:preview
```jsx mdx:preview&background=#bebebe29
import React,{Component,Fragment} from 'react';
import { Text } from 'react-native';
import { WingBlank } from '@uiw/react-native';
Expand Down

0 comments on commit 718f5f2

Please sign in to comment.