#
whycq
2023-10-24 537638dc28b7b0166bcb3b584370590ee820c772
components/y-input/y-input.vue
@@ -70,6 +70,7 @@
         },
         clear() {
            this.val = ''
            this.input()
         }
         
      }