@@ -97,7 +97,15 @@ export default {
onCancelSelection(cancelFor) {
this.info.customMask[cancelFor] = ''
},
- }
+ },
+ mounted() {
+ if (!this.info.customMask) {
+ this.info.customMask = {
+ earth: '',
+ sky: '',
+ }
}
</script>
@@ -49,7 +49,12 @@ export default {
})
methods: {
+ if (!this.info.openingAnimationType) {
+ this.$set(this.info, 'openingAnimationType', this.openingTypeList[0])