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