mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-13 04:03:42 +08:00
8 lines
129 B
TypeScript
8 lines
129 B
TypeScript
import 'vue-router';
|
|
|
|
declare module 'vue-router' {
|
|
interface RouteMeta extends AuthRoute.RouteMeta {
|
|
title: string;
|
|
}
|
|
}
|