提交 f3ffa7f2 编写于 作者: yubinCloud's avatar yubinCloud

8-13 在进入文档页面时,若没有已存文档,则做出相应的提示

上级 1071884f
<template>
<a-layout>
<a-layout-content :style="{ background: '#fff', padding: '24px', margin: 0, minHeight: '280px' }">
<h3 v-if="level1.length === 0">对不起,找不到相关文档!</h3>
<a-row>
<a-col :span="6">
<a-tree
......@@ -106,6 +107,7 @@ export default defineComponent({
htmlContent,
onSelect,
defaultSelectedKeys
}
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册