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