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