Skip to content

引入组件

局部引入

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

基础用法

html
<f-nomore></f-nomore>
<f-nomore text="自定义文字"></f-nomore>
<f-nomore is-dot></f-nomore>

插槽

名称说明
--

属性

名称类型说明默认值
textstring自定义文字加载中
textColorstring自定义文字颜色type=row:#888888/type=column:#FFFFFF
fontSizestring自定义文字大小26rpx
isDotboolean是否显示为点false
marginstring自定义外边距type=row时生效0
paddingstring自定义内边距type=row时生效0

事件

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