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, iconTimer,
iconDisabled iconDisabled
}, },
data () { data: () => ({
return { boomerangOpen: false,
boomerangOpen: false, timerOpen: false
timerOpen: false }),
}
},
props: { props: {
backBtn: { backBtn: {
type: Function, type: Function,