Browse Source

2023-10-28

cmy 2 năm trước cách đây
mục cha
commit
cd56a2501e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      components/input-password/input-password.vue

+ 0 - 1
components/input-password/input-password.vue

@@ -46,7 +46,6 @@
 				// 判断是否输入的是取消案件
 				else if (val.keyCode == 190) {
 					this.$emit('colse')
-					// 输入.无效
 				} else {
 					arr.push(val.key);
 				}