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