Vue changes the content of the page, sometimes partial refresh, sometimes full refresh?

  1. phenomenon: the development of the project based on the vue+element-ui, editor webstorm, project is perfectly normal, but every time you change a little html style, or text, ctrl+s, the page is refreshed. But this is not the case before, before to change a little text, pages such as css will not be refreshed, only a partial refresh.
  2. the official website explains hot overloading: "hot overloading" is not simply reloading the page when you modify the file. When hot reloading is enabled, when you modify the .vue file, all instances of the component are replaced and there is no need to refresh the page. It even maintains the current state of the application and the components being replaced! This greatly improves the development experience when you adjust the template or modify the style.
  3. normally, add an exclamation point and refresh the page partially.
    .. vue-hot.gif
  1. my: add an exclamation point to refresh all pages;

what's your problem?


how do you solve the problem? can you share it

?
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-7b783c-1668e.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-7b783c-1668e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?