【fix ESLint】JAreaLinkage、JData、JInput、views/account/center/Index
This commit is contained in:
@@ -145,8 +145,7 @@ export default {
|
||||
},
|
||||
|
||||
handleTagClose (removeTag) {
|
||||
const tags = this.tags.filter(tag => tag != removeTag)
|
||||
this.tags = tags
|
||||
this.tags = this.tags.filter(tag => tag + '' !== removeTag + '')
|
||||
},
|
||||
|
||||
showTagInput () {
|
||||
|
||||
Reference in New Issue
Block a user