mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
perf: Review所有演示页,修复开发环境下可避免的警告以及保持所有演示页风格大致统一
This commit is contained in:
@@ -87,7 +87,7 @@ onMounted(() => {
|
||||
@catData="catData"
|
||||
/>
|
||||
<!-- 节点面板 -->
|
||||
<NodePanel :lf="lf" :nodeList="nodeList" />
|
||||
<NodePanel v-if="lf" :lf="lf" :nodeList="nodeList" />
|
||||
<!-- 画布 -->
|
||||
<div id="turbo" />
|
||||
<!-- 数据查看面板 -->
|
||||
|
||||
Reference in New Issue
Block a user