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