mirror of https://github.com/halo-dev/halo-admin
fix: no category in category management does not show empty tips (#538)
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/541/head
parent
e8146d929f
commit
30f3349546
|
@ -66,6 +66,7 @@
|
|||
></ReactiveButton>
|
||||
</template>
|
||||
<a-spin :spinning="list.loading">
|
||||
<a-empty v-if="list.data.length === 0" />
|
||||
<CategoryTreeNode
|
||||
v-model="list.treeData"
|
||||
@edit="handleEdit"
|
||||
|
|
Loading…
Reference in New Issue