adding latest working query param parsing

This commit is contained in:
2021-03-18 03:38:20 +00:00
parent 58015eeba4
commit 159f676164
2 changed files with 31 additions and 22 deletions

View File

@@ -30,6 +30,7 @@ const routes = [
];
const router = new VueRouter({
mode: 'history',
routes,
});