parent
4f071a66b6
commit
7e2b70f912
2 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ import Particle from '../components/particle.vue';
|
|||
|
||||
export default {
|
||||
bind(el, binding, vn) {
|
||||
if (vn.context.$store.state.device.reduceMotion) return;
|
||||
|
||||
el.addEventListener('click', () => {
|
||||
const rect = el.getBoundingClientRect();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue