fix: 修改闭合组件不规范的问题

This commit is contained in:
MTrun
2022-03-14 16:07:35 +08:00
parent db0641c937
commit b60843d3ed
77 changed files with 395 additions and 332 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
>
<template #icon>
<n-icon size="16" :depth="2">
<component :is="LayersIcon" />
<component :is="LayersIcon"></component>
</n-icon>
</template>
@@ -21,7 +21,7 @@
@mouseenter="mouseenterHandle(item)"
@mouseleave="mouseleaveHandle(item)"
@contextmenu="handleContextMenu($event)"
/>
></ListItem>
</ContentBox>
</template>