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