mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-19 00:28:49 +08:00
refactor: Separate store
This commit is contained in:
@@ -33,6 +33,6 @@ const authDirective: Directive = {
|
||||
mounted,
|
||||
};
|
||||
|
||||
export function useAccessDirective(app: App) {
|
||||
export function registerAccessDirective(app: App) {
|
||||
app.directive('access', authDirective);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user