Remove unused imports and formatting, fake TaskOrder.invoiced_funds with hard coded percentage instead of random number

This commit is contained in:
leigh-mil
2019-12-10 11:30:05 -05:00
parent e772a4b84b
commit b49208ca57
4 changed files with 6 additions and 11 deletions

View File

@@ -15,6 +15,6 @@ export default {
methods: {
collapse: function() {
this.isVisible = false
}
}
},
},
}

View File

@@ -4,13 +4,13 @@ export default {
name: 'accordion-list',
components: {
Accordion
Accordion,
},
methods: {
handleClick: function(e) {
e.preventDefault()
this.$children.forEach(el => el.collapse())
}
}
},
},
}