Skip to content

Commit 43fc1ae

Browse files
committed
feat: 切换文件在左侧展示状态
1 parent dfa7fca commit 43fc1ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frontend/src/layout/ViewLeft/ViewFolder.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
:key="`${like.cfg.folderActive}-${treeNum}`"
3030
:props="{ label: 'label', isLeaf: 'leaf' }"
3131
:load="loadNode"
32+
:current-node-key="editor.active"
33+
highlight-current
3234
lazy
3335
node-key="value"
3436
@node-click="openNode"

0 commit comments

Comments
 (0)