doc: fix empty demo, close #5136

pull/5147/head
tangjinzhou 2022-01-07 19:02:28 +08:00
parent dd0b0b2eb9
commit 615d7c7d32
1 changed files with 1 additions and 1 deletions

View File

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