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