maxkb/ui/src/views/application/DialogLog.vue
2023-11-15 17:42:31 +08:00

9 lines
125 B
Vue

<template>
<div>
对话日志
</div>
</template>
<script setup lang="ts">
</script>
<style lang="scss" scoped></style>