diff options
Diffstat (limited to 'nezha-docs/src/table/tableChild/rightBox/index.vue')
| -rw-r--r-- | nezha-docs/src/table/tableChild/rightBox/index.vue | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nezha-docs/src/table/tableChild/rightBox/index.vue b/nezha-docs/src/table/tableChild/rightBox/index.vue new file mode 100644 index 000000000..9953c50e7 --- /dev/null +++ b/nezha-docs/src/table/tableChild/rightBox/index.vue @@ -0,0 +1,16 @@ +<script lang="ts" setup> +const props = withDefaults(defineProps<{ + /** + * 相应对象的实例 + */ + obj?: object, + +}>(), { + +}) +</script> + +<template> + <div> + </div> +</template> |
