parent
8a558eed36
commit
ce4ea5071f
2 changed files with 10 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
|||
import { Directive } from 'vue';
|
||||
import { defaultStore } from '@client/store';
|
||||
|
||||
export default {
|
||||
mounted(el, binding, vn) {
|
||||
if (!defaultStore.state.animation) return;
|
||||
|
||||
el.classList.add('_anime_bounce_standBy');
|
||||
|
||||
el.addEventListener('mousedown', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue