bug fix in JSON serialization
This commit is contained in:
@@ -41,7 +41,6 @@ export default {
|
||||
props:['modelValue'],
|
||||
mounted(){
|
||||
this.modelValue.questions ??= [];
|
||||
this.modelValue.noPhysics = true;
|
||||
},
|
||||
methods:{
|
||||
addQuestion(){
|
||||
|
||||
Reference in New Issue
Block a user