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