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