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