fix: 文档完善

This commit is contained in:
zhangyu
2024-05-27 15:19:04 +08:00
parent 31e9e0668b
commit 32118cf070
33 changed files with 460 additions and 4 deletions

View File

@@ -0,0 +1,20 @@
<script lang="ts" setup>
const props = withDefaults(defineProps<{
/**
* 相关搜索参数
*/
titleSearchList?: Array<any>,
/**
* 当前选中的值
*/
selectValue?: Array<any>,
}>(), {
})
</script>
<template>
<div>
</div>
</template>