This commit is contained in:
syuilo
2018-02-16 15:38:12 +09:00
parent aa433c2ac9
commit 9b8e31a035
6 changed files with 67 additions and 57 deletions

View File

@@ -162,6 +162,7 @@ export default Vue.extend({
});
setTimeout(() => {
this.$destroy();
this.$emit('closed');
}, 300);
},