This commit is contained in:
@@ -77,7 +77,7 @@ export default new Router({
|
||||
import(/* webpackChunkName: "home" */ "./views/home-dashboard.vue")
|
||||
},
|
||||
{
|
||||
path: "/home-search/:ayatype",
|
||||
path: "/home-search/:ayatype?",
|
||||
name: "home-search",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "home" */ "./views/home-search.vue")
|
||||
|
||||
Reference in New Issue
Block a user