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