#
whycq
2023-10-06 e1f70a62b31f326a6627d7975b17dd8304af7d90
pages/component/demo.vue
@@ -49,7 +49,9 @@
         },
         async add() {
            let mat = await addMat.addMat()
            this.zDataList.push(mat)
            if (!addMat.isEmpty(mat)) {
               this.zDataList.push(mat)
            }
         },
         focus() {
            if (this.zInputList[0].focus) {