Update self.vue

pull/46/head
StarsL.cn 2022-11-15 04:05:25 +08:00 committed by GitHub
parent 96c0daa862
commit e8dd072a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ export default {
data() {
const validateInput = (rule, value, callback) => {
if (!this.checkSpecialKey(value)) {
callback(new Error('不能含有空格或 [ ]`~!#$^&*=|"{}\':;?'))
callback(new Error('不能含有空格或 [ ]`~!#$^&*=|"{}\':;?\\'))
} else {
callback()
}