mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 00:42:12 +08:00
fix(types): fix routing type error #145
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { MenuModule } from '/@/router/types.d';
|
||||
import type { MenuModule } from '/@/router/types';
|
||||
import { t } from '/@/hooks/web/useI18n';
|
||||
|
||||
const menu: MenuModule = {
|
||||
|
Reference in New Issue
Block a user