Skip to content

Commit

Permalink
TODO: Extract common logic and migrate to shared components
Browse files Browse the repository at this point in the history
  • Loading branch information
gene9831 committed Feb 17, 2025
1 parent b0579b1 commit 333779c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugins/tree/src/DraggableTree.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<template>
<!-- TODO 后续抽取公共逻辑,迁移至公共组件 -->
<div class="draggable-tree" @dragleave="handleDragLeaveContainer">
<div
v-for="row in rows"
Expand Down

0 comments on commit 333779c

Please sign in to comment.