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