优化暂态事件列表
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
default-expand-all
|
||||
@changePointType="changePointType"
|
||||
@changeTreeType="loadTree"
|
||||
:height="height"
|
||||
/>
|
||||
</template>
|
||||
|
||||
@@ -25,10 +26,12 @@ import {
|
||||
|
||||
interface Props {
|
||||
template?: boolean
|
||||
height?: number
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
template: false
|
||||
template: false,
|
||||
height: 0
|
||||
})
|
||||
|
||||
defineOptions({
|
||||
|
||||
Reference in New Issue
Block a user