统一的空状态组件。
该页面由 AI 迁移生成,请谨慎使用
内容已迁移完成,但仍建议结合源码和人工评审结果使用。
复制<template> <TxEmpty title="No results" description="Try changing filters." /> </template>
<template> <TxEmpty title="No results" description="Try changing filters." /> </template>
复制<template> <TxEmpty title="No items" description="Create your first item."> <template #action> <TxButton>New</TxButton> </template> </TxEmpty> </template>
<template> <TxEmpty title="No items" description="Create your first item."> <template #action> <TxButton>New</TxButton> </template> </TxEmpty> </template>
title
string
'Nothing here'
description
''
iconClass
'i-carbon-incomplete'
compact
boolean
false