Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
Signed-off-by: shivangrawat30 <[email protected]>
  • Loading branch information
ShivangRawat30 committed Oct 14, 2023
1 parent faf3f1a commit 36321df
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/KLogo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<KImg
:src="logo"
:altText="alternateText"
:height="imgHeight"
:width="imgWidth"
:maxHeight="imgMaxHeight"
:minHeight="imgMinHeight"
:maxWidth="imgMaxWidth"
:minWidth="imgMinWidth"
/>
</div>

Expand Down Expand Up @@ -67,8 +73,6 @@
default: undefined,
},
},
data() {
return {
computed: {
alternateText() {
return this.altText;
Expand Down

0 comments on commit 36321df

Please sign in to comment.