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