Skip to content

Commit

Permalink
Merge pull request #118 from cjh1/typo
Browse files Browse the repository at this point in the history
Fix syntax error
  • Loading branch information
cjh1 committed Sep 16, 2022
2 parents d7f3072 + 77b3a1b commit 12ea4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/tutorial-html.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ with SinglePageLayout(server) as layout:
hide_details=True,
dense=True,
)
with vuetify.VBtn(icon=True, ctrl.view_reset_camera):
with vuetify.VBtn(icon=True, click=ctrl.view_reset_camera):
vuetify.VIcon("mdi-crop-free")
```

Expand Down

0 comments on commit 12ea4fb

Please sign in to comment.