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