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