Can vue-router implement pushstate mode for query to transfer parameters?

vue-router "s route patterns hash and history, have their own disadvantages.
but the route for history is http://a.com/c/d, , not http://a.com?c=d

.

how to do this or is there any plug-in that can do this?


functional programming can

// url a.com?c=123
router.push({ path: 'a.com', query: { c: '123' }})
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-1bed857-39f40.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-1bed857-39f40.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?