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