1.0.2 • Published 2 years ago

bluestar-norecord v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

bluestar-NoRecord

暂无数据占位图

引入

在script标签中引入组件

//使用HBuilderX导入插件
import NoRecord from "@/uni_modules/bluestar-NoRecord/components/bluestar-NoRecord/bluestar-NoRecord.vue"

//使用npm install
import NoRecord from "bluestar-norecord/components/bluestar-NoRecord/bluestar-NoRecord.vue"

代码演示

<template>
	<NoRecord height="100" backgroundColor="#FFF">暂无数据</NoRecord>
</template>

API

Props

参数说明类型默认值
height组件高度,单位vhnumber string100
backgroundColor组件背景色string#FFFFFF

Slot

名称说明默认值
-自定义内容暂无数据

作者

npm.io