Skip to content

引入组件

局部引入

ts
// parent.vue
const FEmpty = defineAsyncComponent(() => import('@/components/formaui/f-empty/f-empty.vue'))

基础用法

html
<f-empty imgSrc="/static/icons/empty.svg" imgWidth="340rpx" imgHeight="204rpx">暂无数据</f-empty>

插槽

名称说明
default展示内容

属性

名称类型说明默认值
fixedboolean是否固定在中间位置true
imgSrcstring自定义图片路径-
imgWidthstring自定义图片宽度-
imgHeightstring自定义图片高度-
textSizestring自定义文字大小28rpx
textColorstring自定义文字颜色--f-text-color-gray
textMarginTopstring自定义文字顶部外边距48rpx

事件

事件名说明回调参数
---

方法

方法名说明传入参数
---