Skip to content

Commit

Permalink
fix: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
setaman committed Jan 4, 2021
1 parent a7c23fd commit 6a45c2a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/VueEllipseProgress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ export default {
name: "VueEllipseProgress",
components: { Counter, CircleContainer },
props,
data: () => ({
counterTick: {},
}),
computed: {
computedLegend() {
if (this.loading || this.noData) {
Expand Down

0 comments on commit 6a45c2a

Please sign in to comment.