Skip to content

Commit

Permalink
chore: remove useless variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Outpox committed Mar 15, 2018
1 parent d1f1ccd commit b9d8b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VStep.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {
targetElement.scrollIntoView({behavior: 'smooth'})
/* eslint-disable no-new */
let p = new Popper(
new Popper(
targetElement,
this.$refs['v-step-' + this.hash],
this.params
Expand Down

0 comments on commit b9d8b3c

Please sign in to comment.