Skip to content

Commit 3eb0eeb

Browse files
authored
Fixed property name in first example in README.md
1 parent 929e9a6 commit 3eb0eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following snippet sets the default position of the menu as `top left` and de
4141
<float-menu
4242
position="top left"
4343
:dimension="50"
44-
:menu="menuData"
44+
:menu-data="menuData"
4545
menu-direction="bottom"
4646
>
4747
<BoxIcon />

0 commit comments

Comments
 (0)