chore: miscellaneous modifications

This commit is contained in:
vben
2020-11-21 22:47:10 +08:00
parent 814f9a7add
commit f7aa93f5b0
18 changed files with 33 additions and 37 deletions

View File

@@ -128,5 +128,4 @@ class Permission extends VuexModule {
return routes;
}
}
export { Permission };
export const permissionStore = getModule<Permission>(Permission);