Explorar el Código

Tag: fix stop propagation problem (#15150)

infjer hace 6 años
padre
commit
603d94a7e4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/tag/src/tag.vue

+ 0 - 1
packages/tag/src/tag.vue

@@ -23,7 +23,6 @@
         this.$emit('close', event);
       },
       handleClick(event) {
-        event.stopPropagation();
         this.$emit('click', event);
       }
     },