mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-24 12:26:38 +08:00
6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
import 'vue-router';
|
|
|
|
declare module 'vue-router' {
|
|
interface RouteMeta extends AuthRoute.RouteMeta<AuthRoute.RoutePath> {}
|
|
}
|