tweak client
This commit is contained in:
parent
69a801b472
commit
0f736e7e9d
3 changed files with 36 additions and 17 deletions
|
|
@ -3,6 +3,7 @@ import { defaultStore } from '@/store';
|
|||
|
||||
export default {
|
||||
mounted(el, binding, vn) {
|
||||
/*
|
||||
if (!defaultStore.state.animation) return;
|
||||
|
||||
el.classList.add('_anime_bounce_standBy');
|
||||
|
|
@ -25,5 +26,6 @@ export default {
|
|||
el.classList.remove('_anime_bounce');
|
||||
el.classList.add('_anime_bounce_standBy');
|
||||
});
|
||||
*/
|
||||
}
|
||||
} as Directive;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue