Skip to content

Commit

Permalink
Update index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivangRawat30 authored Oct 14, 2023
1 parent b5774e0 commit af6bc07
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/KLogo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,6 @@
},
data() {
return {
styleObject: {
height: this.imgHeight,
width: this.imgWidth,
maxHeight: this.imgMaxHeight,
minHeight: this.imgMinHeight,
maxWidth: this.imgMaxWidth,
minWidth: this.imgMinWidth,
},
};
},
computed: {
alternateText() {
return this.altText;
Expand Down

0 comments on commit af6bc07

Please sign in to comment.