Ver código fonte

fix: modalheader dblclick (#2628)

zty 2 anos atrás
pai
commit
b0a45d4739

+ 0 - 1
src/components/Modal/src/components/ModalHeader.vue

@@ -17,6 +17,5 @@
       },
       title: { type: String },
     },
-    emits: ['dblclick'],
   });
 </script>