parent
eb18fda87b
commit
32bf4ae1d6
19 changed files with 2822 additions and 61 deletions
|
|
@ -34,7 +34,7 @@ new Vue({
|
|||
},
|
||||
methods: {
|
||||
clearTarget(index) {
|
||||
if(this.targets.length == 1) {
|
||||
if (this.targets.length == 1) {
|
||||
return this.deleteTargets()
|
||||
}
|
||||
this.targets.splice(index, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue