fix: 文档完善
This commit is contained in:
20
nezha-docs/src/nzPlug/clickSearch/index.vue
Normal file
20
nezha-docs/src/nzPlug/clickSearch/index.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<script lang="ts" setup>
|
||||
const props = withDefaults(defineProps<{
|
||||
/**
|
||||
* 相关搜索参数
|
||||
*/
|
||||
titleSearchList?: Array<any>,
|
||||
/**
|
||||
* 当前选中的值
|
||||
*/
|
||||
selectValue?: Array<any>,
|
||||
|
||||
}>(), {
|
||||
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user