-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
TypescriptTypescript related issuesTypescript related issues
Description
Version
3.3.3
Reproduction link
Please see Steps to reproduce
below
Steps to reproduce
import { RouteConfig } from 'vue-router';
import RouteMetaInformation from './RouteMetaInformation';
/**
* RouteConfig using RouteMetaInformation.
*/
export default interface RouteMetaConfig extends RouteConfig {
meta?: RouteMetaInformation;
children?: RouteMetaConfig[];
}
What is expected?
RouterConfig
/ RouterConfigBase
should be exported so consumer can extends
from it
https://github.com/vuejs/vue-router/blob/v3.3.2/types/router.d.ts#L92
What is actually happening?
_RouterConfigBase
is not exported anymore
https://github.com/vuejs/vue-router/blob/v3.3.3/types/router.d.ts#L92
themeler
Metadata
Metadata
Assignees
Labels
TypescriptTypescript related issuesTypescript related issues