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