Skip to content

Commit

Permalink
Fix name of component.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvonlanthen committed Jun 24, 2022
1 parent d87851f commit 2252c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/MoveOnMouseUp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<script>
export default {
name: 'Move',
name: 'MoveOnMouseUp',
data() {
return {
isMouseDown: false,
Expand Down

0 comments on commit 2252c53

Please sign in to comment.