This commit is contained in:
@@ -127,7 +127,8 @@ export default new Router({
|
||||
import(/* webpackChunkName: "ay-common" */ "./views/home-dashboard.vue")
|
||||
},
|
||||
{
|
||||
path: "/home-search/:ayatype?",
|
||||
//path: "/home-search/:ayatype?", this was making it sticky and couldn't change type as it was in url path
|
||||
path: "/home-search",
|
||||
name: "home-search",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "ay-common" */ "./views/home-search.vue")
|
||||
|
||||
Reference in New Issue
Block a user