mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 16:33:11 +08:00
10 lines
333 B
TypeScript
10 lines
333 B
TypeScript
import canAccessPage from './pages';
|
|
import hasRights from './actions';
|
|
import { actions, objects } from './constants';
|
|
import { pages } from '@//router/constants';
|
|
|
|
export { canAccessPage, hasRights, actions, objects, pages };
|
|
|
|
|
|
// https://casl.js.org/v6/en/
|
|
// https://vuejsdevelopers.com/2018/01/08/vue-js-roles-permissions-casl/
|