remove unused event listener

This commit is contained in:
tamaina 2020-02-19 07:49:53 +09:00
parent f799375635
commit cb3900921f
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ export default Vue.extend({
mounted() {
this.size();
window.addEventListener('resize', this.size);
this.$on('resize', this.size);
},
beforeDestroy() {
window.removeEventListener('resize', this.size);