This commit is contained in:
2019-12-30 20:35:52 +00:00
parent e30fa5b0bd
commit f3f2987550
2 changed files with 23 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ export default new Router({
import(/* webpackChunkName: "home" */ "./views/home-dashboard.vue")
},
{
path: "/home-search",
path: "/home-search/:ayatype",
name: "home-search",
component: () =>
import(/* webpackChunkName: "home" */ "./views/home-search.vue")