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