mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-23 20:06:37 +08:00
6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
import 'vue-router';
|
|
|
|
declare module 'vue-router' {
|
|
interface RouteMeta extends AuthRoute.RouteMeta {}
|
|
}
|