diff --git a/lib/KLogo/index.vue b/lib/KLogo/index.vue index 0ab4d3c5d..9db3ec766 100644 --- a/lib/KLogo/index.vue +++ b/lib/KLogo/index.vue @@ -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;