refactor(capture options): Clean data object

This commit is contained in:
Tixie 2019-04-30 19:18:53 +02:00
parent 63a9c8df27
commit 8751985649

View file

@ -38,12 +38,10 @@ export default {
iconTimer,
iconDisabled
},
data () {
return {
data: () => ({
boomerangOpen: false,
timerOpen: false
}
},
}),
props: {
backBtn: {
type: Function,