Skip to content

Commit 9e66ad6

Browse files
committed
fix(NeDropdown): make alignToRight prop optional
1 parent a5edd23 commit 9e66ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NeDropdown.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { ref, watch } from 'vue'
1313
1414
export interface Props {
1515
items: NeDropdownItem[]
16-
alignToRight: boolean
16+
alignToRight?: boolean
1717
openMenuAriaLabel?: string
1818
menuClasses?: string
1919
}

0 commit comments

Comments
 (0)