分包管理

This commit is contained in:
2025-06-25 18:49:00 +08:00
parent f345f840ec
commit a68eda13ea
9 changed files with 567 additions and 20 deletions

View File

@ -1,7 +1,6 @@
import copyText from './common/copyText';
import { hasPermi, hasRoles } from './permission';
import { App } from 'vue';
export default (app: App) => {
app.directive('copyText', copyText);
app.directive('hasPermi', hasPermi);