mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 09:34:19 +08:00
fix(breadcrumb): ensure that the single-level breadcrumbs jump correctly close #321
This commit is contained in:
@@ -51,7 +51,7 @@ import { isDevMode } from '/@/utils/env';
|
||||
|
||||
// The development environment takes effect
|
||||
if (isDevMode()) {
|
||||
app.config.performance = true;
|
||||
// app.config.performance = true;
|
||||
window.__APP__ = app;
|
||||
}
|
||||
})();
|
||||
|
Reference in New Issue
Block a user