Skip to content

Commit 1ea6348

Browse files
authored
Update README.md
1 parent 15ebf83 commit 1ea6348

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
@@ -90,7 +90,7 @@ Vue.registerElement('Fab', () => require('nativescript-floatingactionbutton').Fa
9090
<label text="{{ name }}" textWrap="true" fontSize="18" margin="20" />
9191
</list-view.itemTemplate>
9292
</list-view>
93-
<fab tap="fabTap" row="1" icon="res://ic_add_white" rippleColor="#f1f1f1" class="fab-button"></fab>
93+
<fab @tap="fabTap" row="1" icon="res://ic_add_white" rippleColor="#f1f1f1" class="fab-button"></fab>
9494
</grid-layout>
9595
</page>
9696
</template>

0 commit comments

Comments
 (0)