# 13.2 局部加载(Part Loading)

局部加载组件,用于显示局部加载状态

# 基础用法

<template>
  <dof-part-loading :show="isLoading"></dof-part-loading>
</template>
1
2
3

# Attributes

Prop Type Required Default Description
show Boolean N false 是否显示
width Number N 36 宽度
height Number N 36 高度