This commit is contained in:
taoran
2023-11-28 16:40:53 +08:00
commit 5621838cf4
42 changed files with 8376 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<template>
<div>
<el-empty :image-size="200" />
</div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>