소스 검색

[ui] Vue 3 - HueLink - Removing href delete as it was causing test error

sreenaths 4 년 전
부모
커밋
71318d5c69
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      desktop/core/src/desktop/js/components/HueLink.vue

+ 0 - 4
desktop/core/src/desktop/js/components/HueLink.vue

@@ -40,10 +40,6 @@
 
     emits: ['click'],
 
-    created(): void {
-      delete this.$attrs.href;
-    },
-
     methods: {
       clicked(event: Event): void {
         if (this.url && this.$attrs.target) {