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