Skip to content

Commit 1f50a89

Browse files
authored
Merge pull request #5 from tincann/patch-1
Fixed property name in first example in README.md
2 parents 929e9a6 + 3eb0eeb commit 1f50a89

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)