Vue routing is packaged blank in History mode

vue routes are packaged blank with History mode, and what mode is History?


ide/essentials/history-mode.html-sharp%E5%90%8E%E7%AB%AF%E9%85%8D%E7%BD%AE%E4%BE%8B%E5%AD%90" rel=" nofollow noreferrer "> history-mode.html-sharp backend configuration example


HTML5 History mode
vue-router default hash mode-use URL's hash to simulate a complete URL, so that when the URL changes, the page does not reload.

if we don't want an ugly hash, we can use the routed history mode, which makes full use of history.pushState API to complete the URL jump without reloading the page. From the official document ide/essentials/history-mode.html" rel=" nofollow noreferrer "> HTML5 History schema

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