fix: 修改名称规范问题

This commit is contained in:
MTrun
2022-03-14 19:52:01 +08:00
parent 3a9f68384f
commit 6c402b3a17
70 changed files with 136 additions and 155 deletions
@@ -7,7 +7,7 @@
>
清除动画
</n-button>
<CollapseItem
<collapse-item
v-for="(item, index) in animations"
:key="index"
:name="item.label"
@@ -29,7 +29,7 @@
{{ childrenItem.label }}
</n-grid-item>
</n-grid>
</CollapseItem>
</collapse-item>
</div>
</template>