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