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