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