Skip to content

Commit aa2f92c

Browse files
committed
Update tree-component.vue
1 parent c51b4f5 commit aa2f92c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tree-component.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
2-
<ul id="explorer" class="explorer tree-item-node-parent"
2+
<div>
3+
<ul id="explorer" class="explorer tree-item-node-parent"
34
:class="{'no-guide': hideGuideLines}"
45
@dragover.stop.prevent
56
@dragenter.stop.prevent
@@ -54,6 +55,7 @@
5455
<li style="list-style: none;">
5556
<slot v-if="parent" name="child-append" v-bind="parent"></slot>
5657
</li>
58+
</div>
5759
</template>
5860
<style src="./style.css" lang="css" />
5961
<script src="./tree-component.ts" lang="ts" />

0 commit comments

Comments
 (0)