This commit is contained in:
こぴなたみぽ 2018-02-13 19:00:54 +09:00
parent 02def5c3dd
commit e79b132b91
3 changed files with 184 additions and 173 deletions

View file

@ -134,7 +134,7 @@ export default Vue.extend({
},
close() {
this.$emit('closing');
this.$emit('before-close');
const bg = this.$refs.bg as any;
const main = this.$refs.main as any;