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