mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-09-26 18:20:00 +08:00
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
import 'vue-router'
|
|
|
|
declare module 'vue-router' {
|
|
interface RouteMeta extends AppRoute.RouteMeta {}
|
|
}
|