#
whycq
2023-09-04 843e848943e197f0db85090cdaded4b39a391f53
components/y-input/y-input.vue
@@ -70,6 +70,7 @@
         },
         clear() {
            this.val = ''
            this.input()
         }
         
      }