mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 18:50:21 +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,
|
||||
iconDisabled
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
boomerangOpen: false,
|
||||
timerOpen: false
|
||||
}
|
||||
},
|
||||
data: () => ({
|
||||
boomerangOpen: false,
|
||||
timerOpen: false
|
||||
}),
|
||||
props: {
|
||||
backBtn: {
|
||||
type: Function,
|
||||
|
|
Loading…
Reference in a new issue