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