EmptyView

EmptyView 空内容

代码示例

import { BfEmptyView } from '@bud-fe/react-taro-ui';
import React from 'react';
export default () => {
return (
<>
<BfEmptyView text="自定义文案" />
</>
);
};

API

属性名描述类型默认值
imageUrl图片 urlstring--
imageClass图片 classstring--
text文字any--
dumi10:24