mirror of
https://gitee.com/blossom-editor/blossom.git
synced 2025-12-06 16:58:26 +08:00
perf: 删除无用代码
This commit is contained in:
parent
9f0dedaae9
commit
57087bc90a
@ -120,10 +120,10 @@
|
|||||||
<PictureInfo ref="PictureInfoRef" @saved="savedCallback"></PictureInfo>
|
<PictureInfo ref="PictureInfoRef" @saved="savedCallback"></PictureInfo>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
||||||
<div class="doc-tree-debug">
|
<!-- <div class="doc-tree-debug">
|
||||||
<div>所有展开:{{ Array.from(docTreeCurrentExpandId) + '' }}</div>
|
<div>所有展开:{{ Array.from(docTreeCurrentExpandId) + '' }}</div>
|
||||||
<div>当前选中:{{ docTreeCurrentId }}</div>
|
<div>当前选中:{{ docTreeCurrentId }}</div>
|
||||||
</div>
|
</div> -->
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user