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