member data reads and display
This commit is contained in:
parent
c1a6c0040d
commit
5eeea631c0
57 changed files with 1149 additions and 110 deletions
|
@ -1,5 +1,5 @@
|
|||
import { defineStore } from "pinia";
|
||||
import type { PermissionModule, PermissionObject, PermissionSection, PermissionType } from "../types/permissionTypes";
|
||||
import type { PermissionModule, PermissionObject, PermissionSection, PermissionType } from "@/types/permissionTypes";
|
||||
|
||||
export const useAbilityStore = defineStore("ability", {
|
||||
state: () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue