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