2023-07-19 09:01:47 +08:00

21 lines
491 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div>
<h1>概要/关联线</h1>
<h2>概要</h2>
<p>可以选中一个节点添加概要如果想给多个节点添加一个概要只能通过给它们的父节点添加来实现</p>
<p>概要节点后面无法再添加节点后续该特性也不会支持</p>
<h2>关联线</h2>
<p>关联线添加完后要删除需要先点击选中关联线然后按删除键即可</p>
</div>
</template>
<script>
export default {
}
</script>
<style>
</style>