doc: fix empty demo, close #5136

This commit is contained in:
tangjinzhou 2022-01-07 19:02:28 +08:00
parent dd0b0b2eb9
commit 615d7c7d32

View File

@ -17,5 +17,5 @@ Simplest Usage with no description.
</docs>
<template>
<a-empty :description="false" />
<a-empty :description="null" />
</template>