This commit is contained in:
@@ -376,6 +376,12 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "ay" */ "./views/ay-customize.vue")
|
||||
},
|
||||
{
|
||||
path: "/ay-wiki/:ayatype/:recordid",
|
||||
name: "ay-wiki",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "home" */ "./views/ay-wiki.vue")
|
||||
},
|
||||
|
||||
{
|
||||
//TEST WIDGETS
|
||||
|
||||
Reference in New Issue
Block a user