update:弹框高度bug
This commit is contained in:
13
src/views/index/approvalPreview/components/knowledge.vue
Normal file
13
src/views/index/approvalPreview/components/knowledge.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>知识库审核预览{{ data }}</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
interface Props {
|
||||
data: any;
|
||||
}
|
||||
|
||||
withDefaults(defineProps<Props>(), {
|
||||
data: {},
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user