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