# GpEmpty 空状态

# 引入

import PressGpEmpty from '@tencent/press-next/press-gp-empty/press-gp-empty';

# 代码演示

# 基础用法

# API

# Props

interface Props {
  title?: string;
  background?: boolean;
}

withDefaults(defineProps<Props>(), {
  title: '暂无数据',
  background: false,
});
横屏