Browse Source

doc: fix empty demo, close #5136

pull/5147/head
tangjinzhou 3 years ago
parent
commit
615d7c7d32
  1. 2
      components/empty/demo/description.vue

2
components/empty/demo/description.vue

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

Loading…
Cancel
Save