UNPKG

@casl/vue

Version:

Vue plugin for CASL which makes it easy to add permissions in any Vue application

6 lines (5 loc) 260 B
export { Can } from './component/can'; export type { CanProps } from './component/can'; export { abilitiesPlugin } from './plugin'; export type { AbilityPluginOptions } from './plugin'; export { useAbility, provideAbility, ABILITY_TOKEN } from './useAbility';