#
whycq
2022-12-14 289e204f67b8ae0144772707e028a4aa82f2002a
components/y-input/y-input.vue
@@ -70,6 +70,7 @@
         },
         clear() {
            this.val = ''
            this.input()
         }
         
      }