- fix empty states
This commit is contained in:
parent
fcf422678c
commit
2d1d51f777
@ -1,8 +1,8 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
defineProps({
|
defineProps({
|
||||||
icon: {
|
icon: {
|
||||||
type: String,
|
type: Array,
|
||||||
defaut: ['far', 'folder-open'],
|
default: ['far', 'folder-open'],
|
||||||
},
|
},
|
||||||
showDescription: {
|
showDescription: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user