Skip to content

Commit

Permalink
fix: menu divider name error
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Jun 7, 2021
1 parent 9e0df41 commit 6c5c84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/menu/src/Divider.tsx
@@ -1,7 +1,7 @@
import { defineComponent } from 'vue';

export default defineComponent({
name: 'Divider',
name: 'AMenuDivider',
props: {
prefixCls: String,
},
Expand Down

0 comments on commit 6c5c84a

Please sign in to comment.