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