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 NProgress from "nprogress";
|
||||
import { useAbilityStore } from "../stores/ability";
|
||||
import { useNavigationStore } from "../stores/admin/navigation";
|
||||
import { useAbilityStore } from "@/stores/ability";
|
||||
import { useNavigationStore } from "@/stores/admin/navigation";
|
||||
|
||||
export async function abilityAndNavUpdate(to: any, from: any, next: any) {
|
||||
NProgress.start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue