whycq
2023-01-10 3930a1d44ab273a6d7155f4fa4163944458c7ca1
components/y-input/y-input.vue
@@ -70,6 +70,7 @@
         },
         clear() {
            this.val = ''
            this.input()
         }
         
      }