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