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