This commit is contained in:
2019-12-31 16:44:48 +00:00
parent 8b99adc331
commit d2ae531b9d
2 changed files with 2 additions and 2 deletions

View File

@@ -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")