@@ -19,7 +19,7 @@ export default {
props: {
answers: {
type: Object,
- default: () => ({})
+ default: () => ({})
},
}