member data reads and display
This commit is contained in:
parent
c1a6c0040d
commit
5eeea631c0
57 changed files with 1149 additions and 110 deletions
|
@ -1,6 +1,6 @@
|
|||
import { defineStore } from "pinia";
|
||||
import { useAbilityStore } from "../ability";
|
||||
import router from "../../router";
|
||||
import { useAbilityStore } from "@/stores/ability";
|
||||
import router from "@/router";
|
||||
|
||||
export interface navigationModel {
|
||||
club: navigationSplitModel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue