mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 22:30:20 +00:00
refactor(capture options): Clean data object
This commit is contained in:
parent
63a9c8df27
commit
8751985649
1 changed files with 4 additions and 6 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue