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