[新增] empty 组件

This commit is contained in:
就眠仪式
2021-10-03 22:47:49 +08:00
parent 6f1aa4e2a5
commit a2ff9f8e34
9 changed files with 102 additions and 2 deletions

View File

@@ -9,6 +9,6 @@ import { defineProps } from 'vue'
const props =
defineProps<{
tree: boolean
tree?: boolean
}>()
</script>