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