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