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