mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-17 15:13:41 +08:00
style(projects): update prettier config
This commit is contained in:
@@ -9,7 +9,7 @@ export default function setupLoginDirective(app: App) {
|
||||
if (binding.value !== auth.userInfo.userRole) {
|
||||
el.remove();
|
||||
}
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
app.directive('login', loginDirective);
|
||||
|
Reference in New Issue
Block a user