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