Skip to content

Commit

Permalink
docs: remove duplicated CSS class
Browse files Browse the repository at this point in the history
  • Loading branch information
DongHuiTiao committed Jun 16, 2024
1 parent f4de3da commit 55eea39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__docs__/basic/demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div
v-for="item in list"
:key="item.id"
class="cursor-move h-30 bg-gray-500/5 rounded p-3 cursor-move"
class="cursor-move h-30 bg-gray-500/5 rounded p-3"
>
{{ item.name }}
</div>
Expand Down

0 comments on commit 55eea39

Please sign in to comment.