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