Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
blinchk committed Dec 15, 2020
1 parent a9c1dd5 commit cca0c8c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/SwitchElement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@

<script>
export default {
name: 'SwitchElement',
data() {
switchIsChecked: false
}
name: 'SwitchElement'
}
</script>

Expand Down

0 comments on commit cca0c8c

Please sign in to comment.