同じページ上の Vue 動的ルーティング切り替え animate.css アニメーションがリロードされない問題

1. 更新されたライフサイクルで wow サンプルを再作成する必要があります。

updated() {
          new this.$wow.WOW().init({//新建实列
                boxClass: 'wow',//class名字
                animateClass: 'animate__animated',//animateclass动画库类名,和当前animate动画库决定
                offset: 0,//到元素距离触发动画(当默认为0)
                mobile: true,//在移动设备上触发动画(默认为true)
                live: true//对异步加载的内容进行操作(默认为true)
                })
        },

2. 動的キー値を各パブリックタグに追加して、仮想 dom が実際の dom をリロードするようにします。

 

おすすめ

転載: blog.csdn.net/hyupeng1006/article/details/127373241