mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-26 17:49:15 +01:00
15 lines
379 B
Go
15 lines
379 B
Go
import { Store } from 'vuex';
|
|
|
|
export declare global {
|
|
interface CreateAppOptions {
|
|
initBaiduTongji?: boolean;
|
|
initClarity?: boolean;
|
|
mount?: boolean | string;
|
|
store?: Store;
|
|
rootRoutes?: Array<ExtendedRouterRecord>;
|
|
routes?: Array<ExtendedRouterRecord>;
|
|
allRoutes?: Array<ExtendedRouterRecord>;
|
|
createRouterOptions?: CreateRouterOptions;
|
|
}
|
|
}
|