YbBallLoading 加载中
上次更新: 2023/05/15, 20:09:55
一个页面 loading
<template>
<yb-ball-loading :loading="true">
<div style="height:200px;background-color:#eeeeee;"></div>
</yb-ball-loading>
</template>
<script>
export default {
name: 'ball-loading-test',
};
</script>
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
loading | 显示 loading | boolean | - | false |
mask | 显示 遮罩层 | boolean | - | true |
text | 显示 文字 | string | - | "加载中..." |