Explorar el Código

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

sreenaths hace 5 años
padre
commit
71318d5c69
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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'],
     emits: ['click'],
 
 
-    created(): void {
-      delete this.$attrs.href;
-    },
-
     methods: {
     methods: {
       clicked(event: Event): void {
       clicked(event: Event): void {
         if (this.url && this.$attrs.target) {
         if (this.url && this.$attrs.target) {