Skip to content
Snippets Groups Projects

Draft: Resolve "Adjust for operation with new SPA"

Closed Hangzhi Yu requested to merge 233-adjust-for-operation-with-new-spa into feature/vuejs
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
import { notLoggedInValidator, hasPersonValidator } from "aleksis.core/routeValidators";
export default
{
meta: {
inMenu: true,
titleKey: "alsijil.menu_title",
icon: "mdi-account-group-outline",
validators: [
hasPersonValidator
]
},
children: [
{
Loading