mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-08 07:31:09 +08:00
8 lines
166 B
TypeScript
8 lines
166 B
TypeScript
import type { RouteMeta as IRouteMeta } from '@vben-core/typings';
|
|
|
|
import 'vue-router';
|
|
|
|
declare module 'vue-router' {
|
|
interface RouteMeta extends IRouteMeta {}
|
|
}
|