Skip to content

Commit 615d7c7

Browse files
committed
doc: fix empty demo, close #5136
1 parent dd0b0b2 commit 615d7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/empty/demo/description.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Simplest Usage with no description.
1717
</docs>
1818

1919
<template>
20-
<a-empty :description="false" />
20+
<a-empty :description="null" />
2121
</template>

0 commit comments

Comments
 (0)