Remove unused imports and formatting, fake TaskOrder.invoiced_funds with hard coded percentage instead of random number
This commit is contained in:
@@ -15,6 +15,6 @@ export default {
|
||||
methods: {
|
||||
collapse: function() {
|
||||
this.isVisible = false
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@@ -4,13 +4,13 @@ export default {
|
||||
name: 'accordion-list',
|
||||
|
||||
components: {
|
||||
Accordion
|
||||
Accordion,
|
||||
},
|
||||
|
||||
methods: {
|
||||
handleClick: function(e) {
|
||||
e.preventDefault()
|
||||
this.$children.forEach(el => el.collapse())
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user