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