- fix empty states

This commit is contained in:
2023-08-07 01:30:56 +02:00
parent fcf422678c
commit 2d1d51f777

View File

@@ -1,8 +1,8 @@
<script setup>
defineProps({
icon: {
type: String,
defaut: ['far', 'folder-open'],
type: Array,
default: ['far', 'folder-open'],
},
showDescription: {
type: Boolean,