Vue+gif dynamic pictures can only be loaded once?

below is a picture of gif. I use the img tag and the background image to show the same effect. After, npm run dev is run, it can be opened to show a dynamic effect, or it can be closed and opened, but it will not be displayed with browser refresh.
clipboard.png

html

<div class="enter_the_animation"></div>

  .enter_the_animation {
    width: 800px;
    height: 600px;
    float: left;
    margin-left: 2%;
    margin-top: 10%;
    background-size: 100% 100%;
    background-image: url("../../../assets/login/home_effect.gif");
  }
Mar.19,2021

paste out the usage context code

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c044-2c2e8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c044-2c2e8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?