mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 05:39:34 +08:00
feat: the cache can be configured to be encrypted
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import type { App } from 'vue';
|
||||
import Authority from './src/index.vue';
|
||||
|
||||
export default (app: App): void => {
|
||||
app.component(Authority.name, Authority);
|
||||
};
|
||||
import { withInstall } from '../util';
|
||||
|
||||
export default withInstall(Authority);
|
||||
|
||||
export { Authority };
|
||||
|
Reference in New Issue
Block a user