Skip to content

Commit

Permalink
Update node.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuatao authored Aug 1, 2024
1 parent e9a50fe commit d5ec03c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/node.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
@mouseleave="nodeMouseleave"
@mouseup="nodeMouseup"
@contextmenu.prevent.stop="nodeContextmenu">
<slot
:node="node"
:meta="node.meta"
/>
<slot/>
<div
v-for="(dir, key) in direction"
v-show="output && lineDrop"
Expand Down Expand Up @@ -126,10 +123,6 @@ export default {
background-color : green;
}

&-body {

}

.node-side {
@size : 10px;
position : absolute;
Expand Down

0 comments on commit d5ec03c

Please sign in to comment.