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