This commit is contained in:
syuilo 2018-12-17 17:21:45 +09:00
parent 7e2b70f912
commit b6524616bc
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -20,9 +20,5 @@ export default {
document.body.appendChild(particle.$el); document.body.appendChild(particle.$el);
}); });
},
unbind(el, binding, vn) {
} }
}; };