This commit is contained in:
syuilo 2018-09-15 21:53:04 +09:00
parent 7b2b7d1456
commit 25b0a93acd
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
20 changed files with 35 additions and 31 deletions

View file

@ -78,7 +78,7 @@ export default Vue.extend({
scale: 0.8,
duration: 300,
easing: [ 0.5, -0.5, 1, 0.5 ],
complete: () => this.$destroy()
complete: () => this.destroyDom()
});
},
onBgClick() {