#
whycq
2023-12-02 72a4a671431d25095146dc7e36efbb4a871c39b9
components/y-input/y-input.vue
@@ -70,6 +70,7 @@
         },
         clear() {
            this.val = ''
            this.input()
         }
         
      }